Shades of Olive #728909
Tints of Olive #728909
RGB
CMYK
RGB Variations
Color information
#728909 (or 0x728909) is known color: Olive. HEX triplet: 72, 89 and 09. RGB value is (114,137,9). Sum of RGB (Red+Green+Blue) = 114+137+9=260 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.85% from 260); Green value is 137 (53.91% from 255 or 52.69% from 260); Blue value is 9 (3.91% from 255 or 3.46% from 260); Max value from RGB is 137 - color contains mainly: green. Hex color #728909 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728909 is #8D76F6. Grayscale: #747474. Windows color (decimal): -9271031 or 625010. OLE color: 625010.
HSL color Cylindrical-coordinate representation of color #728909: hue angle of 70.78º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #728909 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 114 | 137 | 9 | - |
| CMYK | 0.17 | 0 | 0.93 | 0.46 |
| HSL | 70.78º | 0.88% | 0.29% | - |
| HSV(B) | 70.78º | 0.93% | 0.54% | - |
| XYZ | 15.93 | 21.49 | 3.57 | - |
| YUV | 115.53 | 67.88 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 137 | 9 | 0.17 | 0 | 0.93 | 0.46 | 70.78 | 0.88 | 0.29 |
| Hex | 72 | 89 | 9 | 11 | 0 | 5D | 2E | 47 | 58 | 1D |
| Octal | 162 | 211 | 11 | 21 | 0 | 135 | 56 | 107 | 130 | 35 |
| Binary | 1110010 | 10001001 | 1001 | 10001 | 0 | 1011101 | 101110 | 1000111 | 1011000 | 11101 |
Color Harmonies of #728909
Complementary color
Monochromatic Colors of #728909
Black with #728909
Text Example
Text Example
White with #728909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728909; }
p { color: rgb(114,137,9); }
H1.HeaderClassName
{
color: #728909;
}
.AnyTagClassName
{
color: #728909;
}
</style>
background-color css
<style>
a { background-color: #728909; }
a { background-color: rgb(114,137,9); }
div.DivClassName
{
background-color: #728909;
}
.BgClassName
{
background-color: #728909;
}
</style>
border-color css
<style>
span { border-color: #728909; }
span { border-color: rgb(114,137,9); }
td.TdClassName
{
border-color: #728909;
}
.TagClassName
{
border-color: #728909;
}
</style>