Shades of Olive Drab #739131
Tints of Olive Drab #739131
RGB
CMYK
RGB Variations
Color information
#739131 (or 0x739131) is known color: Olive Drab. HEX triplet: 73, 91 and 31. RGB value is (115,145,49). Sum of RGB (Red+Green+Blue) = 115+145+49=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #739131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739131 is #8C6ECE. Grayscale: #7D7D7D. Windows color (decimal): -9203407 or 3248499. OLE color: 3248499.
HSL color Cylindrical-coordinate representation of color #739131: hue angle of 78.75º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #739131 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 115 | 145 | 49 | - |
| CMYK | 0.21 | 0 | 0.66 | 0.43 |
| HSL | 78.75º | 0.49% | 0.38% | - |
| HSV(B) | 78.75º | 0.66% | 0.57% | - |
| XYZ | 17.75 | 24.12 | 6.63 | - |
| YUV | 125.09 | 85.06 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 145 | 49 | 0.21 | 0 | 0.66 | 0.43 | 78.75 | 0.49 | 0.38 |
| Hex | 73 | 91 | 31 | 15 | 0 | 42 | 2B | 4F | 31 | 26 |
| Octal | 163 | 221 | 61 | 25 | 0 | 102 | 53 | 117 | 61 | 46 |
| Binary | 1110011 | 10010001 | 110001 | 10101 | 0 | 1000010 | 101011 | 1001111 | 110001 | 100110 |
Color Harmonies of #739131
Complementary color
Monochromatic Colors of #739131
Black with #739131
Text Example
Text Example
White with #739131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739131; }
p { color: rgb(115,145,49); }
H1.HeaderClassName
{
color: #739131;
}
.AnyTagClassName
{
color: #739131;
}
</style>
background-color css
<style>
a { background-color: #739131; }
a { background-color: rgb(115,145,49); }
div.DivClassName
{
background-color: #739131;
}
.BgClassName
{
background-color: #739131;
}
</style>
border-color css
<style>
span { border-color: #739131; }
span { border-color: rgb(115,145,49); }
td.TdClassName
{
border-color: #739131;
}
.TagClassName
{
border-color: #739131;
}
</style>