#6D8E0D

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

Shades of Olive Drab #6D8E0D

Tints of Olive Drab #6D8E0D

Color information

#6D8E0D (or 0x6D8E0D) is unknown color: approx Olive Drab. HEX triplet: 6D, 8E and 0D. RGB value is (109,142,13). Sum of RGB (Red+Green+Blue) = 109+142+13=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 142 (55.86% from 255 or 53.79% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 142 - color contains mainly: green. Hex color #6D8E0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8E0D is #9271F2. Grayscale: #757575. Windows color (decimal): -9597427 or 888429. OLE color: 888429.

HSL color Cylindrical-coordinate representation of color #6D8E0D: hue angle of 75.35º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D8E0D is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB10914213-
CMYK0.2300.910.44
HSL75.35º83.23%30.39%-
HSV(B)75.35º90.85%55.69%-
XYZ16.0522.633.9-
YUV117.4369.07121.99-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.29%
GREEN value IS 142 (55.86% from 255) = 53.79%
BLUE value IS 13 (5.47% from 255) = 4.92%
R=41.29%
G=53.79%
B=4.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109142130.2300.910.4475.3583.2330.39
Hex6D8ED1705B2C4b531e
Octal155216152701335411312336
Binary110110110001110110110111010110111011001001011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8E0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,142,13); }

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

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

 a { background-color: rgb(109,142,13); }

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

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

 span { border-color: rgb(109,142,13); }

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