Shades of Olive #729603
Tints of Olive #729603
RGB
CMYK
RGB Variations
Color information
#729603 (or 0x729603) is known color: Olive. HEX triplet: 72, 96 and 03. RGB value is (114,150,3). Sum of RGB (Red+Green+Blue) = 114+150+3=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #729603 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729603 is #8D69FC. Grayscale: #7B7B7B. Windows color (decimal): -9267709 or 235122. OLE color: 235122.
HSL color Cylindrical-coordinate representation of color #729603: hue angle of 74.69º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #729603 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 3 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.41 |
| HSL | 74.69º | 0.96% | 0.3% | - |
| HSV(B) | 74.69º | 0.98% | 0.59% | - |
| XYZ | 17.86 | 25.4 | 4.05 | - |
| YUV | 122.48 | 60.57 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 3 | 0.24 | 0 | 0.98 | 0.41 | 74.69 | 0.96 | 0.3 |
| Hex | 72 | 96 | 3 | 18 | 0 | 62 | 29 | 4B | 60 | 1E |
| Octal | 162 | 226 | 3 | 30 | 0 | 142 | 51 | 113 | 140 | 36 |
| Binary | 1110010 | 10010110 | 11 | 11000 | 0 | 1100010 | 101001 | 1001011 | 1100000 | 11110 |
Color Harmonies of #729603
Complementary color
Monochromatic Colors of #729603
Black with #729603
Text Example
Text Example
White with #729603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729603; }
p { color: rgb(114,150,3); }
H1.HeaderClassName
{
color: #729603;
}
.AnyTagClassName
{
color: #729603;
}
</style>
background-color css
<style>
a { background-color: #729603; }
a { background-color: rgb(114,150,3); }
div.DivClassName
{
background-color: #729603;
}
.BgClassName
{
background-color: #729603;
}
</style>
border-color css
<style>
span { border-color: #729603; }
span { border-color: rgb(114,150,3); }
td.TdClassName
{
border-color: #729603;
}
.TagClassName
{
border-color: #729603;
}
</style>