#6D8118

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

Shades of Olive Drab #6D8118

Tints of Olive Drab #6D8118

Color information

#6D8118 (or 0x6D8118) is unknown color: approx Olive Drab. HEX triplet: 6D, 81 and 18. RGB value is (109,129,24). Sum of RGB (Red+Green+Blue) = 109+129+24=262 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.60% from 262); Green value is 129 (50.78% from 255 or 49.24% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8118 is #927EE7. Grayscale: #6F6F6F. Windows color (decimal): -9600744 or 1605997. OLE color: 1605997.

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

Color convert

RGB10912924-
CMYK0.1600.810.49
HSL71.43º68.63%30%-
HSV(B)71.43º81.4%50.59%-
XYZ14.3219.023.78-
YUV111.0578.87126.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.60%
GREEN value IS 129 (50.78% from 255) = 49.24%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=41.60%
G=49.24%
B=9.16%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109129240.1600.810.4971.4368.6330
Hex6D8118100513147451e
Octal155201302001216110710536
Binary1101101100000011100010000010100011100011000111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,129,24); }

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

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

 a { background-color: rgb(109,129,24); }

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

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

 span { border-color: rgb(109,129,24); }

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