#6C8117

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

Shades of Olive Drab #6C8117

Tints of Olive Drab #6C8117

Color information

#6C8117 (or 0x6C8117) is unknown color: approx Olive Drab. HEX triplet: 6C, 81 and 17. RGB value is (108,129,23). Sum of RGB (Red+Green+Blue) = 108+129+23=260 (34% of max value = 765). Red value is 108 (42.58% from 255 or 41.54% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #6C8117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C8117 is #937EE8. Grayscale: #6F6F6F. Windows color (decimal): -9666281 or 1540460. OLE color: 1540460.

HSL color Cylindrical-coordinate representation of color #6C8117: hue angle of 71.89º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6C8117 is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB10812923-
CMYK0.1600.820.49
HSL71.89º69.74%29.8%-
HSV(B)71.89º82.17%50.59%-
XYZ14.1918.953.72-
YUV110.6478.54126.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 41.54%
GREEN value IS 129 (50.78% from 255) = 49.62%
BLUE value IS 23 (9.38% from 255) = 8.85%
R=41.54%
G=49.62%
B=8.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108129230.1600.820.4971.8969.7429.8
Hex6C8117100523148461e
Octal154201272001226111010636
Binary1101100100000011011110000010100101100011001000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,129,23); }

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

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

 a { background-color: rgb(108,129,23); }

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

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

 span { border-color: rgb(108,129,23); }

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