#729004

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

Shades of Olive #729004

Tints of Olive #729004

Color information

#729004 (or 0x729004) is unknown color: approx Olive. HEX triplet: 72, 90 and 04. RGB value is (114,144,4). Sum of RGB (Red+Green+Blue) = 114+144+4=262 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.51% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #729004 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729004 is #8D6FFB. Grayscale: #777777. Windows color (decimal): -9269244 or 299122. OLE color: 299122.

HSL color Cylindrical-coordinate representation of color #729004: hue angle of 72.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #729004 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB1141444-
CMYK0.2100.970.44
HSL72.86º94.59%29.02%-
HSV(B)72.86º97.22%56.47%-
XYZ16.9323.533.76-
YUV119.0763.06124.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.51%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 4 (1.95% from 255) = 1.53%
R=43.51%
G=54.96%
B=1.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11414440.2100.970.4472.8694.5929.02
Hex72904150612C495f1d
Octal16222042501415411113735
Binary11100101001000010010101011000011011001001001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729004; }

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

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

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

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

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

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

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

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