#6D9012

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

Shades of Olive Drab #6D9012

Tints of Olive Drab #6D9012

Color information

#6D9012 (or 0x6D9012) is unknown color: approx Olive Drab. HEX triplet: 6D, 90 and 12. RGB value is (109,144,18). Sum of RGB (Red+Green+Blue) = 109+144+18=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9012 is #926FED. Grayscale: #777777. Windows color (decimal): -9596910 or 1216621. OLE color: 1216621.

HSL color Cylindrical-coordinate representation of color #6D9012: hue angle of 76.67º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6D9012 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB10914418-
CMYK0.2400.880.44
HSL76.67º77.78%31.76%-
HSV(B)76.67º87.5%56.47%-
XYZ16.3923.244.19-
YUV119.1770.9120.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 40.22%
GREEN value IS 144 (56.64% from 255) = 53.14%
BLUE value IS 18 (7.42% from 255) = 6.64%
R=40.22%
G=53.14%
B=6.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal109144180.2400.880.4476.6777.7831.76
Hex6D9012180582C4d4e20
Octal155220223001305411511640
Binary11011011001000010010110000101100010110010011011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D9012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,144,18); }

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

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

 a { background-color: rgb(109,144,18); }

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

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

 span { border-color: rgb(109,144,18); }

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