Shades of Olive #728805
Tints of Olive #728805
RGB
CMYK
RGB Variations
Color information
#728805 (or 0x728805) is known color: Olive. HEX triplet: 72, 88 and 05. RGB value is (114,136,5). Sum of RGB (Red+Green+Blue) = 114+136+5=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 136 (53.52% from 255 or 53.33% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 136 - color contains mainly: green. Hex color #728805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728805 is #8D77FA. Grayscale: #727272. Windows color (decimal): -9271291 or 362610. OLE color: 362610.
HSL color Cylindrical-coordinate representation of color #728805: hue angle of 70.08º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #728805 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 5 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.47 |
| HSL | 70.08º | 0.93% | 0.28% | - |
| HSV(B) | 70.08º | 0.96% | 0.53% | - |
| XYZ | 15.77 | 21.2 | 3.4 | - |
| YUV | 114.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 5 | 0.16 | 0 | 0.96 | 0.47 | 70.08 | 0.93 | 0.28 |
| Hex | 72 | 88 | 5 | 10 | 0 | 60 | 2F | 46 | 5D | 1C |
| Octal | 162 | 210 | 5 | 20 | 0 | 140 | 57 | 106 | 135 | 34 |
| Binary | 1110010 | 10001000 | 101 | 10000 | 0 | 1100000 | 101111 | 1000110 | 1011101 | 11100 |
Color Harmonies of #728805
Complementary color
Monochromatic Colors of #728805
Black with #728805
Text Example
Text Example
White with #728805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728805; }
p { color: rgb(114,136,5); }
H1.HeaderClassName
{
color: #728805;
}
.AnyTagClassName
{
color: #728805;
}
</style>
background-color css
<style>
a { background-color: #728805; }
a { background-color: rgb(114,136,5); }
div.DivClassName
{
background-color: #728805;
}
.BgClassName
{
background-color: #728805;
}
</style>
border-color css
<style>
span { border-color: #728805; }
span { border-color: rgb(114,136,5); }
td.TdClassName
{
border-color: #728805;
}
.TagClassName
{
border-color: #728805;
}
</style>