Shades of Olive Drab #728D31
Tints of Olive Drab #728D31
RGB
CMYK
RGB Variations
Color information
#728D31 (or 0x728D31) is known color: Olive Drab. HEX triplet: 72, 8D and 31. RGB value is (114,141,49). Sum of RGB (Red+Green+Blue) = 114+141+49=304 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.5% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #728D31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728D31 is #8D72CE. Grayscale: #7A7A7A. Windows color (decimal): -9269967 or 3247474. OLE color: 3247474.
HSL color Cylindrical-coordinate representation of color #728D31: hue angle of 77.61º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #728D31 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 141 | 49 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.45 |
| HSL | 77.61º | 0.48% | 0.37% | - |
| HSV(B) | 77.61º | 0.65% | 0.55% | - |
| XYZ | 17.02 | 22.85 | 6.42 | - |
| YUV | 122.44 | 86.55 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 141 | 49 | 0.19 | 0 | 0.65 | 0.45 | 77.61 | 0.48 | 0.37 |
| Hex | 72 | 8D | 31 | 13 | 0 | 41 | 2D | 4E | 30 | 25 |
| Octal | 162 | 215 | 61 | 23 | 0 | 101 | 55 | 116 | 60 | 45 |
| Binary | 1110010 | 10001101 | 110001 | 10011 | 0 | 1000001 | 101101 | 1001110 | 110000 | 100101 |
Color Harmonies of #728D31
Complementary color
Monochromatic Colors of #728D31
Black with #728D31
Text Example
Text Example
White with #728D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728D31; }
p { color: rgb(114,141,49); }
H1.HeaderClassName
{
color: #728D31;
}
.AnyTagClassName
{
color: #728D31;
}
</style>
background-color css
<style>
a { background-color: #728D31; }
a { background-color: rgb(114,141,49); }
div.DivClassName
{
background-color: #728D31;
}
.BgClassName
{
background-color: #728D31;
}
</style>
border-color css
<style>
span { border-color: #728D31; }
span { border-color: rgb(114,141,49); }
td.TdClassName
{
border-color: #728D31;
}
.TagClassName
{
border-color: #728D31;
}
</style>