Shades of Olive Drab #728431
Tints of Olive Drab #728431
RGB
CMYK
RGB Variations
Color information
#728431 (or 0x728431) is known color: Olive Drab. HEX triplet: 72, 84 and 31. RGB value is (114,132,49). Sum of RGB (Red+Green+Blue) = 114+132+49=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #728431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728431 is #8D7BCE. Grayscale: #757575. Windows color (decimal): -9272271 or 3245170. OLE color: 3245170.
HSL color Cylindrical-coordinate representation of color #728431: hue angle of 73.01º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #728431 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 114 | 132 | 49 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.48 |
| HSL | 73.01º | 0.46% | 0.35% | - |
| HSV(B) | 73.01º | 0.63% | 0.52% | - |
| XYZ | 15.75 | 20.3 | 5.99 | - |
| YUV | 117.16 | 89.54 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 132 | 49 | 0.14 | 0 | 0.63 | 0.48 | 73.01 | 0.46 | 0.35 |
| Hex | 72 | 84 | 31 | E | 0 | 3F | 30 | 49 | 2E | 23 |
| Octal | 162 | 204 | 61 | 16 | 0 | 77 | 60 | 111 | 56 | 43 |
| Binary | 1110010 | 10000100 | 110001 | 1110 | 0 | 111111 | 110000 | 1001001 | 101110 | 100011 |
Color Harmonies of #728431
Complementary color
Monochromatic Colors of #728431
Black with #728431
Text Example
Text Example
White with #728431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728431; }
p { color: rgb(114,132,49); }
H1.HeaderClassName
{
color: #728431;
}
.AnyTagClassName
{
color: #728431;
}
</style>
background-color css
<style>
a { background-color: #728431; }
a { background-color: rgb(114,132,49); }
div.DivClassName
{
background-color: #728431;
}
.BgClassName
{
background-color: #728431;
}
</style>
border-color css
<style>
span { border-color: #728431; }
span { border-color: rgb(114,132,49); }
td.TdClassName
{
border-color: #728431;
}
.TagClassName
{
border-color: #728431;
}
</style>