Shades of Olive Drab #728D18
Tints of Olive Drab #728D18
RGB
CMYK
RGB Variations
Color information
#728D18 (or 0x728D18) is known color: Olive Drab. HEX triplet: 72, 8D and 18. RGB value is (114,141,24). Sum of RGB (Red+Green+Blue) = 114+141+24=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 141 (55.47% from 255 or 50.54% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 141 - color contains mainly: green. Hex color #728D18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #728D18 is #8D72E7. Grayscale: #787878. Windows color (decimal): -9269992 or 1609074. OLE color: 1609074.
HSL color Cylindrical-coordinate representation of color #728D18: hue angle of 73.85º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #728D18 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 24 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.45 |
| HSL | 73.85º | 0.71% | 0.32% | - |
| HSV(B) | 73.85º | 0.83% | 0.55% | - |
| XYZ | 16.63 | 22.69 | 4.37 | - |
| YUV | 119.59 | 74.05 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 24 | 0.19 | 0 | 0.83 | 0.45 | 73.85 | 0.71 | 0.32 |
| Hex | 72 | 8D | 18 | 13 | 0 | 53 | 2D | 4A | 47 | 20 |
| Octal | 162 | 215 | 30 | 23 | 0 | 123 | 55 | 112 | 107 | 40 |
| Binary | 1110010 | 10001101 | 11000 | 10011 | 0 | 1010011 | 101101 | 1001010 | 1000111 | 100000 |
Color Harmonies of #728D18
Complementary color
Monochromatic Colors of #728D18
Black with #728D18
Text Example
Text Example
White with #728D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D18; }
p { color: rgb(114,141,24); }
H1.HeaderClassName
{
color: #728D18;
}
.AnyTagClassName
{
color: #728D18;
}
</style>
background-color css
<style>
a { background-color: #728D18; }
a { background-color: rgb(114,141,24); }
div.DivClassName
{
background-color: #728D18;
}
.BgClassName
{
background-color: #728D18;
}
</style>
border-color css
<style>
span { border-color: #728D18; }
span { border-color: rgb(114,141,24); }
td.TdClassName
{
border-color: #728D18;
}
.TagClassName
{
border-color: #728D18;
}
</style>