#739712

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

Shades of Olive Drab #739712

Tints of Olive Drab #739712

Color information

#739712 (or 0x739712) is unknown color: approx Olive Drab. HEX triplet: 73, 97 and 12. RGB value is (115,151,18). Sum of RGB (Red+Green+Blue) = 115+151+18=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 18 (7.42% from 255 or 6.34% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #739712 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #739712 is #8C68ED. Grayscale: #7D7D7D. Windows color (decimal): -9201902 or 1218419. OLE color: 1218419.

HSL color Cylindrical-coordinate representation of color #739712: hue angle of 76.24º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #739712 is Cyan = 0.24, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB11515118-
CMYK0.2400.880.41
HSL76.24º78.7%33.14%-
HSV(B)76.24º88.08%59.22%-
XYZ18.2525.824.59-
YUV125.0767.57120.81-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.49%
GREEN value IS 151 (59.38% from 255) = 53.17%
BLUE value IS 18 (7.42% from 255) = 6.34%
R=40.49%
G=53.17%
B=6.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal115151180.2400.880.4176.2478.733.14
Hex73971218058294c4f21
Octal163227223001305111411741
Binary11100111001011110010110000101100010100110011001001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739712; }

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

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

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

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

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

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

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

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