Shades of Olive Drab #728C31
Tints of Olive Drab #728C31
RGB
CMYK
RGB Variations
Color information
#728C31 (or 0x728C31) is known color: Olive Drab. HEX triplet: 72, 8C and 31. RGB value is (114,140,49). Sum of RGB (Red+Green+Blue) = 114+140+49=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 140 (55.08% from 255 or 46.20% from 303); Blue value is 49 (19.53% from 255 or 16.17% from 303); Max value from RGB is 140 - color contains mainly: green. Hex color #728C31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C31 is #8D73CE. Grayscale: #7A7A7A. Windows color (decimal): -9270223 or 3247218. OLE color: 3247218.
HSL color Cylindrical-coordinate representation of color #728C31: hue angle of 77.14º 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 #728C31 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 49 | - |
| CMYK | 0.19 | 0 | 0.65 | 0.45 |
| HSL | 77.14º | 0.48% | 0.37% | - |
| HSV(B) | 77.14º | 0.65% | 0.55% | - |
| XYZ | 16.87 | 22.56 | 6.37 | - |
| YUV | 121.85 | 86.89 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 49 | 0.19 | 0 | 0.65 | 0.45 | 77.14 | 0.48 | 0.37 |
| Hex | 72 | 8C | 31 | 13 | 0 | 41 | 2D | 4D | 30 | 25 |
| Octal | 162 | 214 | 61 | 23 | 0 | 101 | 55 | 115 | 60 | 45 |
| Binary | 1110010 | 10001100 | 110001 | 10011 | 0 | 1000001 | 101101 | 1001101 | 110000 | 100101 |
Color Harmonies of #728C31
Complementary color
Monochromatic Colors of #728C31
Black with #728C31
Text Example
Text Example
White with #728C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C31; }
p { color: rgb(114,140,49); }
H1.HeaderClassName
{
color: #728C31;
}
.AnyTagClassName
{
color: #728C31;
}
</style>
background-color css
<style>
a { background-color: #728C31; }
a { background-color: rgb(114,140,49); }
div.DivClassName
{
background-color: #728C31;
}
.BgClassName
{
background-color: #728C31;
}
</style>
border-color css
<style>
span { border-color: #728C31; }
span { border-color: rgb(114,140,49); }
td.TdClassName
{
border-color: #728C31;
}
.TagClassName
{
border-color: #728C31;
}
</style>