Shades of Olive Drab #729031
Tints of Olive Drab #729031
RGB
CMYK
RGB Variations
Color information
#729031 (or 0x729031) is known color: Olive Drab. HEX triplet: 72, 90 and 31. RGB value is (114,144,49). Sum of RGB (Red+Green+Blue) = 114+144+49=307 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.13% from 307); Green value is 144 (56.64% from 255 or 46.91% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 144 - color contains mainly: green. Hex color #729031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729031 is #8D6FCE. Grayscale: #7C7C7C. Windows color (decimal): -9269199 or 3248242. OLE color: 3248242.
HSL color Cylindrical-coordinate representation of color #729031: hue angle of 78.95º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #729031 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 144 | 49 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.44 |
| HSL | 78.95º | 0.49% | 0.38% | - |
| HSV(B) | 78.95º | 0.66% | 0.56% | - |
| XYZ | 17.47 | 23.75 | 6.57 | - |
| YUV | 124.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 144 | 49 | 0.21 | 0 | 0.66 | 0.44 | 78.95 | 0.49 | 0.38 |
| Hex | 72 | 90 | 31 | 15 | 0 | 42 | 2C | 4F | 31 | 26 |
| Octal | 162 | 220 | 61 | 25 | 0 | 102 | 54 | 117 | 61 | 46 |
| Binary | 1110010 | 10010000 | 110001 | 10101 | 0 | 1000010 | 101100 | 1001111 | 110001 | 100110 |
Color Harmonies of #729031
Complementary color
Monochromatic Colors of #729031
Black with #729031
Text Example
Text Example
White with #729031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729031; }
p { color: rgb(114,144,49); }
H1.HeaderClassName
{
color: #729031;
}
.AnyTagClassName
{
color: #729031;
}
</style>
background-color css
<style>
a { background-color: #729031; }
a { background-color: rgb(114,144,49); }
div.DivClassName
{
background-color: #729031;
}
.BgClassName
{
background-color: #729031;
}
</style>
border-color css
<style>
span { border-color: #729031; }
span { border-color: rgb(114,144,49); }
td.TdClassName
{
border-color: #729031;
}
.TagClassName
{
border-color: #729031;
}
</style>