Shades of Olive #729101
Tints of Olive #729101
RGB
CMYK
RGB Variations
Color information
#729101 (or 0x729101) is known color: Olive. HEX triplet: 72, 91 and 01. RGB value is (114,145,1). Sum of RGB (Red+Green+Blue) = 114+145+1=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 145 (57.03% from 255 or 55.77% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 145 - color contains mainly: green. Hex color #729101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729101 is #8D6EFE. Grayscale: #777777. Windows color (decimal): -9268991 or 102770. OLE color: 102770.
HSL color Cylindrical-coordinate representation of color #729101: hue angle of 72.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #729101 is Cyan = 0.21, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 1 | - |
| CMYK | 0.21 | 0 | 0.99 | 0.43 |
| HSL | 72.92º | 0.99% | 0.29% | - |
| HSV(B) | 72.92º | 0.99% | 0.57% | - |
| XYZ | 17.07 | 23.83 | 3.73 | - |
| YUV | 119.32 | 61.23 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 1 | 0.21 | 0 | 0.99 | 0.43 | 72.92 | 0.99 | 0.29 |
| Hex | 72 | 91 | 1 | 15 | 0 | 63 | 2B | 49 | 63 | 1D |
| Octal | 162 | 221 | 1 | 25 | 0 | 143 | 53 | 111 | 143 | 35 |
| Binary | 1110010 | 10010001 | 1 | 10101 | 0 | 1100011 | 101011 | 1001001 | 1100011 | 11101 |
Color Harmonies of #729101
Complementary color
Monochromatic Colors of #729101
Black with #729101
Text Example
Text Example
White with #729101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729101; }
p { color: rgb(114,145,1); }
H1.HeaderClassName
{
color: #729101;
}
.AnyTagClassName
{
color: #729101;
}
</style>
background-color css
<style>
a { background-color: #729101; }
a { background-color: rgb(114,145,1); }
div.DivClassName
{
background-color: #729101;
}
.BgClassName
{
background-color: #729101;
}
</style>
border-color css
<style>
span { border-color: #729101; }
span { border-color: rgb(114,145,1); }
td.TdClassName
{
border-color: #729101;
}
.TagClassName
{
border-color: #729101;
}
</style>