Shades of Olive #728808
Tints of Olive #728808
RGB
CMYK
RGB Variations
Color information
#728808 (or 0x728808) is known color: Olive. HEX triplet: 72, 88 and 08. RGB value is (114,136,8). Sum of RGB (Red+Green+Blue) = 114+136+8=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 136 (53.52% from 255 or 52.71% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 136 - color contains mainly: green. Hex color #728808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728808 is #8D77F7. Grayscale: #737373. Windows color (decimal): -9271288 or 559218. OLE color: 559218.
HSL color Cylindrical-coordinate representation of color #728808: hue angle of 70.31º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #728808 is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 136 | 8 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.47 |
| HSL | 70.31º | 0.89% | 0.28% | - |
| HSV(B) | 70.31º | 0.94% | 0.53% | - |
| XYZ | 15.79 | 21.2 | 3.49 | - |
| YUV | 114.83 | 67.71 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 136 | 8 | 0.16 | 0 | 0.94 | 0.47 | 70.31 | 0.89 | 0.28 |
| Hex | 72 | 88 | 8 | 10 | 0 | 5E | 2F | 46 | 59 | 1C |
| Octal | 162 | 210 | 10 | 20 | 0 | 136 | 57 | 106 | 131 | 34 |
| Binary | 1110010 | 10001000 | 1000 | 10000 | 0 | 1011110 | 101111 | 1000110 | 1011001 | 11100 |
Color Harmonies of #728808
Complementary color
Monochromatic Colors of #728808
Black with #728808
Text Example
Text Example
White with #728808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728808; }
p { color: rgb(114,136,8); }
H1.HeaderClassName
{
color: #728808;
}
.AnyTagClassName
{
color: #728808;
}
</style>
background-color css
<style>
a { background-color: #728808; }
a { background-color: rgb(114,136,8); }
div.DivClassName
{
background-color: #728808;
}
.BgClassName
{
background-color: #728808;
}
</style>
border-color css
<style>
span { border-color: #728808; }
span { border-color: rgb(114,136,8); }
td.TdClassName
{
border-color: #728808;
}
.TagClassName
{
border-color: #728808;
}
</style>