Shades of Olive #728D09
Tints of Olive #728D09
RGB
CMYK
RGB Variations
Color information
#728D09 (or 0x728D09) is known color: Olive. HEX triplet: 72, 8D and 09. RGB value is (114,141,9). Sum of RGB (Red+Green+Blue) = 114+141+9=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 141 (55.47% from 255 or 53.41% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 141 - color contains mainly: green. Hex color #728D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728D09 is #8D72F6. Grayscale: #767676. Windows color (decimal): -9270007 or 626034. OLE color: 626034.
HSL color Cylindrical-coordinate representation of color #728D09: hue angle of 72.27º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #728D09 is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 9 | - |
| CMYK | 0.19 | 0 | 0.94 | 0.45 |
| HSL | 72.27º | 0.88% | 0.29% | - |
| HSV(B) | 72.27º | 0.94% | 0.55% | - |
| XYZ | 16.51 | 22.65 | 3.76 | - |
| YUV | 117.88 | 66.55 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 9 | 0.19 | 0 | 0.94 | 0.45 | 72.27 | 0.88 | 0.29 |
| Hex | 72 | 8D | 9 | 13 | 0 | 5E | 2D | 48 | 58 | 1D |
| Octal | 162 | 215 | 11 | 23 | 0 | 136 | 55 | 110 | 130 | 35 |
| Binary | 1110010 | 10001101 | 1001 | 10011 | 0 | 1011110 | 101101 | 1001000 | 1011000 | 11101 |
Color Harmonies of #728D09
Complementary color
Monochromatic Colors of #728D09
Black with #728D09
Text Example
Text Example
White with #728D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D09; }
p { color: rgb(114,141,9); }
H1.HeaderClassName
{
color: #728D09;
}
.AnyTagClassName
{
color: #728D09;
}
</style>
background-color css
<style>
a { background-color: #728D09; }
a { background-color: rgb(114,141,9); }
div.DivClassName
{
background-color: #728D09;
}
.BgClassName
{
background-color: #728D09;
}
</style>
border-color css
<style>
span { border-color: #728D09; }
span { border-color: rgb(114,141,9); }
td.TdClassName
{
border-color: #728D09;
}
.TagClassName
{
border-color: #728D09;
}
</style>