#729305

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

Shades of Olive #729305

Tints of Olive #729305

Color information

#729305 (or 0x729305) is unknown color: approx Olive. HEX triplet: 72, 93 and 05. RGB value is (114,147,5). Sum of RGB (Red+Green+Blue) = 114+147+5=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #729305 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729305 is #8D6CFA. Grayscale: #797979. Windows color (decimal): -9268475 or 365426. OLE color: 365426.

HSL color Cylindrical-coordinate representation of color #729305: hue angle of 73.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #729305 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1141475-
CMYK0.2200.970.42
HSL73.94º93.42%29.8%-
HSV(B)73.94º96.6%57.65%-
XYZ17.424.463.95-
YUV120.9462.57123.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 147 (57.81% from 255) = 55.26%
BLUE value IS 5 (2.34% from 255) = 1.88%
R=42.86%
G=55.26%
B=1.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11414750.2200.970.4273.9493.4229.8
Hex72935160612A4a5d1e
Octal16222352601415211213536
Binary11100101001001110110110011000011010101001010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729305; }

 p { color: rgb(114,147,5); }

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

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

 a { background-color: rgb(114,147,5); }

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

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

 span { border-color: rgb(114,147,5); }

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