#729304

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

Shades of Olive #729304

Tints of Olive #729304

Color information

#729304 (or 0x729304) is unknown color: approx Olive. HEX triplet: 72, 93 and 04. RGB value is (114,147,4). Sum of RGB (Red+Green+Blue) = 114+147+4=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 147 (57.81% from 255 or 55.47% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 147 - color contains mainly: green. Hex color #729304 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729304 is #8D6CFB. Grayscale: #797979. Windows color (decimal): -9268476 or 299890. OLE color: 299890.

HSL color Cylindrical-coordinate representation of color #729304: hue angle of 73.85º degrees, saturation: 0.95, 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 #729304 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB1141474-
CMYK0.2200.970.42
HSL73.85º94.7%29.61%-
HSV(B)73.85º97.28%57.65%-
XYZ17.424.453.92-
YUV120.8362.07123.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 147 (57.81% from 255) = 55.47%
BLUE value IS 4 (1.95% from 255) = 1.51%
R=43.02%
G=55.47%
B=1.51%

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
Decimal11414740.2200.970.4273.8594.729.61
Hex72934160612A4a5f1e
Octal16222342601415211213736
Binary11100101001001110010110011000011010101001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729304; }

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

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

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

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

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

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

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

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