#739816

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

Shades of Olive Drab #739816

Tints of Olive Drab #739816

Color information

#739816 (or 0x739816) is unknown color: approx Olive Drab. HEX triplet: 73, 98 and 16. RGB value is (115,152,22). Sum of RGB (Red+Green+Blue) = 115+152+22=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #739816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739816 is #8C67E9. Grayscale: #7E7E7E. Windows color (decimal): -9201642 or 1480819. OLE color: 1480819.

HSL color Cylindrical-coordinate representation of color #739816: hue angle of 77.08º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #739816 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB11515222-
CMYK0.2400.860.40
HSL77.08º74.71%34.12%-
HSV(B)77.08º85.53%59.61%-
XYZ18.4426.164.84-
YUV126.1269.24120.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 22 (8.98% from 255) = 7.61%
R=39.79%
G=52.60%
B=7.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal115152220.2400.860.4077.0874.7134.12
Hex73981618056284d4b22
Octal163230263001265011511342
Binary11100111001100010110110000101011010100010011011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739816; }

 p { color: rgb(115,152,22); }

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

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

 a { background-color: rgb(115,152,22); }

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

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

 span { border-color: rgb(115,152,22); }

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