#729404

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

Shades of Olive #729404

Tints of Olive #729404

Color information

#729404 (or 0x729404) is unknown color: approx Olive. HEX triplet: 72, 94 and 04. RGB value is (114,148,4). Sum of RGB (Red+Green+Blue) = 114+148+4=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 148 (58.20% from 255 or 55.64% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 148 - color contains mainly: green. Hex color #729404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729404 is #8D6BFB. Grayscale: #797979. Windows color (decimal): -9268220 or 300146. OLE color: 300146.

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

Color convert

RGB1141484-
CMYK0.2300.970.42
HSL74.17º94.74%29.8%-
HSV(B)74.17º97.3%58.04%-
XYZ17.5524.773.97-
YUV121.4261.74122.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 148 (58.20% from 255) = 55.64%
BLUE value IS 4 (1.95% from 255) = 1.50%
R=42.86%
G=55.64%
B=1.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11414840.2300.970.4274.1794.7429.8
Hex72944170612A4a5f1e
Octal16222442701415211213736
Binary11100101001010010010111011000011010101001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729404; }

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

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

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

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

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

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

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

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