#739012

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

Shades of Olive Drab #739012

Tints of Olive Drab #739012

Color information

#739012 (or 0x739012) is unknown color: approx Olive Drab. HEX triplet: 73, 90 and 12. RGB value is (115,144,18). Sum of RGB (Red+Green+Blue) = 115+144+18=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #739012 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739012 is #8C6FED. Grayscale: #797979. Windows color (decimal): -9203694 or 1216627. OLE color: 1216627.

HSL color Cylindrical-coordinate representation of color #739012: hue angle of 73.81º 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 #739012 is Cyan = 0.20, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB11514418-
CMYK0.2000.880.44
HSL73.81º77.78%31.76%-
HSV(B)73.81º87.5%56.47%-
XYZ17.1523.644.23-
YUV120.9669.89123.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 144 (56.64% from 255) = 51.99%
BLUE value IS 18 (7.42% from 255) = 6.50%
R=41.52%
G=51.99%
B=6.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal115144180.2000.880.4473.8177.7831.76
Hex739012140582C4a4e20
Octal163220222401305411211640
Binary11100111001000010010101000101100010110010010101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739012; }

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

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

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

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

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

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

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

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