#6D8216

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

Shades of Olive Drab #6D8216

Tints of Olive Drab #6D8216

Color information

#6D8216 (or 0x6D8216) is unknown color: approx Olive Drab. HEX triplet: 6D, 82 and 16. RGB value is (109,130,22). Sum of RGB (Red+Green+Blue) = 109+130+22=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #6D8216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8216 is #927DE9. Grayscale: #6F6F6F. Windows color (decimal): -9600490 or 1475181. OLE color: 1475181.

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

Color convert

RGB10913022-
CMYK0.1600.830.49
HSL71.67º71.05%29.8%-
HSV(B)71.67º83.08%50.98%-
XYZ14.4319.273.72-
YUV111.4177.54126.28-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 41.76%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 22 (8.98% from 255) = 8.43%
R=41.76%
G=49.81%
B=8.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109130220.1600.830.4971.6771.0529.8
Hex6D8216100533148471e
Octal155202262001236111010736
Binary1101101100000101011010000010100111100011001000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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