Shades of Olive #729005
Tints of Olive #729005
RGB
CMYK
RGB Variations
Color information
#729005 (or 0x729005) is known color: Olive. HEX triplet: 72, 90 and 05. RGB value is (114,144,5). Sum of RGB (Red+Green+Blue) = 114+144+5=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 144 (56.64% from 255 or 54.75% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 144 - color contains mainly: green. Hex color #729005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729005 is #8D6FFA. Grayscale: #777777. Windows color (decimal): -9269243 or 364658. OLE color: 364658.
HSL color Cylindrical-coordinate representation of color #729005: hue angle of 72.95º degrees, saturation: 0.93, 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 #729005 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 5 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.44 |
| HSL | 72.95º | 0.93% | 0.29% | - |
| HSV(B) | 72.95º | 0.97% | 0.56% | - |
| XYZ | 16.94 | 23.53 | 3.79 | - |
| YUV | 119.18 | 63.56 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 5 | 0.21 | 0 | 0.97 | 0.44 | 72.95 | 0.93 | 0.29 |
| Hex | 72 | 90 | 5 | 15 | 0 | 61 | 2C | 49 | 5D | 1D |
| Octal | 162 | 220 | 5 | 25 | 0 | 141 | 54 | 111 | 135 | 35 |
| Binary | 1110010 | 10010000 | 101 | 10101 | 0 | 1100001 | 101100 | 1001001 | 1011101 | 11101 |
Color Harmonies of #729005
Complementary color
Monochromatic Colors of #729005
Black with #729005
Text Example
Text Example
White with #729005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729005; }
p { color: rgb(114,144,5); }
H1.HeaderClassName
{
color: #729005;
}
.AnyTagClassName
{
color: #729005;
}
</style>
background-color css
<style>
a { background-color: #729005; }
a { background-color: rgb(114,144,5); }
div.DivClassName
{
background-color: #729005;
}
.BgClassName
{
background-color: #729005;
}
</style>
border-color css
<style>
span { border-color: #729005; }
span { border-color: rgb(114,144,5); }
td.TdClassName
{
border-color: #729005;
}
.TagClassName
{
border-color: #729005;
}
</style>