COLOR #6A8F10

HEX: #6A8F10
RGB: (106,143,16)

Color info

#6A8F10 contains mainly red and green colors. Web safe color of #6A8F10 is #669900 (or #690).

RGB color model

#6A8F10 color RGB value is (106,143,16).

  • red value is 106;
  • green value is 143;
  • blue value is 16.
RGB:
(106,143,16)
(42%,56%,6%)

RGB channels and saturation

R 106 of 255 = 42%
G 143 of 255 = 56%
B 16 of 255 = 6%

106
143
16

R + G + B ~ 35%. #6A8F10 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
106 + 143 + 16 = 265 (100%)
R 106 of 265 ~ 40%
G 143 of 265 ~ 53.96%
B 16 of 265 ~ 6.04%

%40
%53.96

CMYK color model

#6A8F10 color CMYK value is (26,0,89,44).

  • cyan value is 25.87%
  • magenta value is 0.00%
  • yellow value is 88.81%
  • key color value is 43.92%
CMYK:
(26,0,89,44)
C26M0Y89K44 
(26%,0%,89%,44%)
(0.26/0.00/0.89/0.44)	

CMYK percentages

%25.87
%0
%88.81
%43.92

Codes

Color #6A8F10 in popluar color models

6A8F10
RGB10614316
HSL77°79.87%31.18%
HSB/HSV77°88.81%56.08%
CMYK25.87%0.00%88.81%
43.92%

Color #6A8F10 in popluar number systems.

HEX6A8F10
Decimal10614316
Binary11010101000111110000
Octal15221720

Shades and tints

Shades of #6A8F10

#6A8F10
(106,143,16)
#61820F
(97,130,15)
#58750E
(88,117,14)
#4F680D
(79,104,13)
#465B0C
(70,91,12)
#3D4E0B
(61,78,11)
#34410A
(52,65,10)
#2B3409
(43,52,9)
#222708
(34,39,8)
#191A07
(25,26,7)
#100D06
(16,13,6)
#000000
(0,0,0)

Tints of #6A8F10

#6A8F10
(106,143,16)
#779925
(119,153,37)
#84A33A
(132,163,58)
#91AD4F
(145,173,79)
#9EB764
(158,183,100)
#ABC179
(171,193,121)
#B8CB8E
(184,203,142)
#C5D5A3
(197,213,163)
#D2DFB8
(210,223,184)
#DFE9CD
(223,233,205)
#ECF3E2
(236,243,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6A8F10 color. Also use rgb(106,143,16) instead hex code.

Text Font Color

.myTextColor { color: #6A8F10; }

<p style="color:#6A8F10">This sample text font color is #6A8F10.</p>

This text font color is #6A8F10.


Background Color

.myBgColor { background-color: #6A8F10; }

<div style="background-color:#6A8F10">Inner text</div>

This div background color is #6A8F10.


Border color

.myBorderColor { border: 1px solid #6A8F10; }

<div style="border:3px solid #6A8F10">Div</div>

This div border color is #6A8F10.


Opacity

.myOpacity80 { color: #6A8F10; opacity: 0.8; }

<p style="color:#6A8F10;opacity:0.8;">80%</p>

Text with #6A8F10 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #6A8F10;}

<p style="text-shadow: 3px 3px 1px #6A8F10">Text here.</p>

This text has shadow with #6A8F10 color.

.textShadow {text-shadow: 3px 3px 1px #6A8F10, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #6A8F10, 5px 5px 20px red">Text here.</p>

This text has shadow with #6A8F10 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#6A8F10, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#6A8F10, Direction=45, Strength=4)">Text</p>

This text has shadow with #6A8F10 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #6A8F10;
  -webkit-box-shadow:	1px 1px 3px 2px #6A8F10;
  box-shadow:		1px 1px 3px 2px #6A8F10;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #6A8F10;
-webkit-box-shadow: 1px 1px 3px 2px #6A8F10;
box-shadow:1px 1px 3px 2px #6A8F10;">
Div content here</div>
This div box has shadow with color #6A8F10.

Preview

Color preview on black background

This text has color #6A8F10 on black background.


Color preview on white background

This text has color #6A8F10 on white background.



Black color preview on #6A8F10 background

This text has black color on #6A8F10 background.


White color preview on #6A8F10 background

This text has white color on #6A8F10 background.