Shades of Olive #729601
Tints of Olive #729601
RGB
CMYK
RGB Variations
Color information
#729601 (or 0x729601) is known color: Olive. HEX triplet: 72, 96 and 01. RGB value is (114,150,1). Sum of RGB (Red+Green+Blue) = 114+150+1=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 150 (58.98% from 255 or 56.60% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 150 - color contains mainly: green. Hex color #729601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729601 is #8D69FE. Grayscale: #7A7A7A. Windows color (decimal): -9267711 or 104050. OLE color: 104050.
HSL color Cylindrical-coordinate representation of color #729601: hue angle of 74.5º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #729601 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 150 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.41 |
| HSL | 74.5º | 0.99% | 0.3% | - |
| HSV(B) | 74.5º | 0.99% | 0.59% | - |
| XYZ | 17.85 | 25.39 | 3.99 | - |
| YUV | 122.25 | 59.57 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 150 | 1 | 0.24 | 0 | 0.99 | 0.41 | 74.5 | 0.99 | 0.3 |
| Hex | 72 | 96 | 1 | 18 | 0 | 63 | 29 | 4A | 63 | 1E |
| Octal | 162 | 226 | 1 | 30 | 0 | 143 | 51 | 112 | 143 | 36 |
| Binary | 1110010 | 10010110 | 1 | 11000 | 0 | 1100011 | 101001 | 1001010 | 1100011 | 11110 |
Color Harmonies of #729601
Complementary color
Monochromatic Colors of #729601
Black with #729601
Text Example
Text Example
White with #729601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729601; }
p { color: rgb(114,150,1); }
H1.HeaderClassName
{
color: #729601;
}
.AnyTagClassName
{
color: #729601;
}
</style>
background-color css
<style>
a { background-color: #729601; }
a { background-color: rgb(114,150,1); }
div.DivClassName
{
background-color: #729601;
}
.BgClassName
{
background-color: #729601;
}
</style>
border-color css
<style>
span { border-color: #729601; }
span { border-color: rgb(114,150,1); }
td.TdClassName
{
border-color: #729601;
}
.TagClassName
{
border-color: #729601;
}
</style>