#6D8C08

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

Shades of Olive Drab #6D8C08

Tints of Olive Drab #6D8C08

Color information

#6D8C08 (or 0x6D8C08) is unknown color: approx Olive Drab. HEX triplet: 6D, 8C and 08. RGB value is (109,140,8). Sum of RGB (Red+Green+Blue) = 109+140+8=257 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.41% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #6D8C08 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8C08 is #9273F7. Grayscale: #747474. Windows color (decimal): -9597944 or 560237. OLE color: 560237.

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

Color convert

RGB1091408-
CMYK0.2200.940.45
HSL74.09º89.19%29.02%-
HSV(B)74.09º94.29%54.9%-
XYZ15.7322.023.65-
YUV115.6867.23123.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 42.41%
GREEN value IS 140 (55.08% from 255) = 54.47%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=42.41%
G=54.47%
B=3.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10914080.2200.940.4574.0989.1929.02
Hex6D8C81605E2D4a591d
Octal155214102601365511213135
Binary110110110001100100010110010111101011011001010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,140,8); }

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

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

 a { background-color: rgb(109,140,8); }

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

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

 span { border-color: rgb(109,140,8); }

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