#729710

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

Shades of Olive Drab #729710

Tints of Olive Drab #729710

Color information

#729710 (or 0x729710) is unknown color: approx Olive Drab. HEX triplet: 72, 97 and 10. RGB value is (114,151,16). Sum of RGB (Red+Green+Blue) = 114+151+16=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #729710 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729710 is #8D68EF. Grayscale: #7D7D7D. Windows color (decimal): -9267440 or 1087346. OLE color: 1087346.

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

Color convert

RGB11415116-
CMYK0.2500.890.41
HSL76.44º80.84%32.75%-
HSV(B)76.44º89.4%59.22%-
XYZ18.125.754.51-
YUV124.5566.74120.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.57%
GREEN value IS 151 (59.38% from 255) = 53.74%
BLUE value IS 16 (6.64% from 255) = 5.69%
R=40.57%
G=53.74%
B=5.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114151160.2500.890.4176.4480.8432.75
Hex72971019059294c5121
Octal162227203101315111412141
Binary11100101001011110000110010101100110100110011001010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729710; }

 p { color: rgb(114,151,16); }

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

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

 a { background-color: rgb(114,151,16); }

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

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

 span { border-color: rgb(114,151,16); }

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