#6F8D10

Color #6F8D10 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #6F8D10

Tints of Olive Drab #6F8D10

Color information

#6F8D10 (or 0x6F8D10) is unknown color: approx Olive Drab. HEX triplet: 6F, 8D and 10. RGB value is (111,141,16). Sum of RGB (Red+Green+Blue) = 111+141+16=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #6F8D10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8D10 is #9072EF. Grayscale: #767676. Windows color (decimal): -9466608 or 1084783. OLE color: 1084783.

HSL color Cylindrical-coordinate representation of color #6F8D10: hue angle of 74.4º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6F8D10 is Cyan = 0.21, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB11114116-
CMYK0.2100.890.45
HSL74.4º79.62%30.78%-
HSV(B)74.4º88.65%55.29%-
XYZ16.1722.473.97-
YUV117.7870.56123.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 141 (55.47% from 255) = 52.61%
BLUE value IS 16 (6.64% from 255) = 5.97%
R=41.42%
G=52.61%
B=5.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111141160.2100.890.4574.479.6230.78
Hex6F8D10150592D4a501f
Octal157215202501315511212037
Binary1101111100011011000010101010110011011011001010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F8D10; }

 p { color: rgb(111,141,16); }

 H1.HeaderClassName
 {
   color: #6F8D10;
 }
 .AnyTagClassName
 {
   color: #6F8D10;
 }
</style>
background-color css

<style>
 a { background-color: #6F8D10; }

 a { background-color: rgb(111,141,16); }

 div.DivClassName
 {
   background-color: #6F8D10;
 }
 .BgClassName
 {
   background-color: #6F8D10;
 }
</style>
border-color css

<style>
 span { border-color: #6F8D10; }

 span { border-color: rgb(111,141,16); }

 td.TdClassName
 {
   border-color: #6F8D10;
 }
 .TagClassName
 {
   border-color: #6F8D10;
 }
</style>