Shades of Olive #728707
Tints of Olive #728707
RGB
CMYK
RGB Variations
Color information
#728707 (or 0x728707) is known color: Olive. HEX triplet: 72, 87 and 07. RGB value is (114,135,7). Sum of RGB (Red+Green+Blue) = 114+135+7=256 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.53% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #728707 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728707 is #8D78F8. Grayscale: #727272. Windows color (decimal): -9271545 or 493426. OLE color: 493426.
HSL color Cylindrical-coordinate representation of color #728707: hue angle of 69.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #728707 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 7 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.47 |
| HSL | 69.84º | 0.9% | 0.28% | - |
| HSV(B) | 69.84º | 0.95% | 0.53% | - |
| XYZ | 15.64 | 20.92 | 3.41 | - |
| YUV | 114.13 | 67.54 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 7 | 0.16 | 0 | 0.95 | 0.47 | 69.84 | 0.9 | 0.28 |
| Hex | 72 | 87 | 7 | 10 | 0 | 5F | 2F | 46 | 5A | 1C |
| Octal | 162 | 207 | 7 | 20 | 0 | 137 | 57 | 106 | 132 | 34 |
| Binary | 1110010 | 10000111 | 111 | 10000 | 0 | 1011111 | 101111 | 1000110 | 1011010 | 11100 |
Color Harmonies of #728707
Complementary color
Monochromatic Colors of #728707
Black with #728707
Text Example
Text Example
White with #728707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728707; }
p { color: rgb(114,135,7); }
H1.HeaderClassName
{
color: #728707;
}
.AnyTagClassName
{
color: #728707;
}
</style>
background-color css
<style>
a { background-color: #728707; }
a { background-color: rgb(114,135,7); }
div.DivClassName
{
background-color: #728707;
}
.BgClassName
{
background-color: #728707;
}
</style>
border-color css
<style>
span { border-color: #728707; }
span { border-color: rgb(114,135,7); }
td.TdClassName
{
border-color: #728707;
}
.TagClassName
{
border-color: #728707;
}
</style>