Shades of Olive #728802
Tints of Olive #728802
RGB
CMYK
RGB Variations
Color information
#728802 (or 0x728802) is known color: Olive. HEX triplet: 72, 88 and 02. RGB value is (114,136,2). Sum of RGB (Red+Green+Blue) = 114+136+2=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 136 (53.52% from 255 or 53.97% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 136 - color contains mainly: green. Hex color #728802 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728802 is #8D77FD. Grayscale: #727272. Windows color (decimal): -9271294 or 166002. OLE color: 166002.
HSL color Cylindrical-coordinate representation of color #728802: hue angle of 69.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #728802 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 2 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.47 |
| HSL | 69.85º | 0.97% | 0.27% | - |
| HSV(B) | 69.85º | 0.99% | 0.53% | - |
| XYZ | 15.75 | 21.19 | 3.32 | - |
| YUV | 114.15 | 64.71 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 2 | 0.16 | 0 | 0.99 | 0.47 | 69.85 | 0.97 | 0.27 |
| Hex | 72 | 88 | 2 | 10 | 0 | 63 | 2F | 46 | 61 | 1B |
| Octal | 162 | 210 | 2 | 20 | 0 | 143 | 57 | 106 | 141 | 33 |
| Binary | 1110010 | 10001000 | 10 | 10000 | 0 | 1100011 | 101111 | 1000110 | 1100001 | 11011 |
Color Harmonies of #728802
Complementary color
Monochromatic Colors of #728802
Black with #728802
Text Example
Text Example
White with #728802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728802; }
p { color: rgb(114,136,2); }
H1.HeaderClassName
{
color: #728802;
}
.AnyTagClassName
{
color: #728802;
}
</style>
background-color css
<style>
a { background-color: #728802; }
a { background-color: rgb(114,136,2); }
div.DivClassName
{
background-color: #728802;
}
.BgClassName
{
background-color: #728802;
}
</style>
border-color css
<style>
span { border-color: #728802; }
span { border-color: rgb(114,136,2); }
td.TdClassName
{
border-color: #728802;
}
.TagClassName
{
border-color: #728802;
}
</style>