Shades of Olive #728709
Tints of Olive #728709
RGB
CMYK
RGB Variations
Color information
#728709 (or 0x728709) is known color: Olive. HEX triplet: 72, 87 and 09. RGB value is (114,135,9). Sum of RGB (Red+Green+Blue) = 114+135+9=258 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.19% from 258); Green value is 135 (53.12% from 255 or 52.33% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 135 - color contains mainly: green. Hex color #728709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728709 is #8D78F6. Grayscale: #727272. Windows color (decimal): -9271543 or 624498. OLE color: 624498.
HSL color Cylindrical-coordinate representation of color #728709: hue angle of 70º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #728709 is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 114 | 135 | 9 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.47 |
| HSL | 70º | 0.88% | 0.28% | - |
| HSV(B) | 70º | 0.93% | 0.53% | - |
| XYZ | 15.65 | 20.93 | 3.47 | - |
| YUV | 114.36 | 68.54 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 135 | 9 | 0.16 | 0 | 0.93 | 0.47 | 70 | 0.88 | 0.28 |
| Hex | 72 | 87 | 9 | 10 | 0 | 5D | 2F | 46 | 58 | 1C |
| Octal | 162 | 207 | 11 | 20 | 0 | 135 | 57 | 106 | 130 | 34 |
| Binary | 1110010 | 10000111 | 1001 | 10000 | 0 | 1011101 | 101111 | 1000110 | 1011000 | 11100 |
Color Harmonies of #728709
Complementary color
Monochromatic Colors of #728709
Black with #728709
Text Example
Text Example
White with #728709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728709; }
p { color: rgb(114,135,9); }
H1.HeaderClassName
{
color: #728709;
}
.AnyTagClassName
{
color: #728709;
}
</style>
background-color css
<style>
a { background-color: #728709; }
a { background-color: rgb(114,135,9); }
div.DivClassName
{
background-color: #728709;
}
.BgClassName
{
background-color: #728709;
}
</style>
border-color css
<style>
span { border-color: #728709; }
span { border-color: rgb(114,135,9); }
td.TdClassName
{
border-color: #728709;
}
.TagClassName
{
border-color: #728709;
}
</style>