#6D8D16

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

Shades of Olive Drab #6D8D16

Tints of Olive Drab #6D8D16

Color information

#6D8D16 (or 0x6D8D16) is unknown color: approx Olive Drab. HEX triplet: 6D, 8D and 16. RGB value is (109,141,22). Sum of RGB (Red+Green+Blue) = 109+141+22=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #6D8D16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8D16 is #9272E9. Grayscale: #767676. Windows color (decimal): -9597674 or 1477997. OLE color: 1477997.

HSL color Cylindrical-coordinate representation of color #6D8D16: hue angle of 76.13º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6D8D16 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB10914122-
CMYK0.2300.840.45
HSL76.13º73.01%31.96%-
HSV(B)76.13º84.4%55.29%-
XYZ15.9822.364.23-
YUV117.8773.9121.68-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.07%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=40.07%
G=51.84%
B=8.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal109141220.2300.840.4576.1373.0131.96
Hex6D8D16170542D4c4920
Octal155215262701245511411140
Binary11011011000110110110101110101010010110110011001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,141,22); }

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

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

 a { background-color: rgb(109,141,22); }

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

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

 span { border-color: rgb(109,141,22); }

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