Shades of Olive Drab #749031
Tints of Olive Drab #749031
RGB
CMYK
RGB Variations
Color information
#749031 (or 0x749031) is known color: Olive Drab. HEX triplet: 74, 90 and 31. RGB value is (116,144,49). Sum of RGB (Red+Green+Blue) = 116+144+49=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #749031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749031 is #8B6FCE. Grayscale: #7D7D7D. Windows color (decimal): -9138127 or 3248244. OLE color: 3248244.
HSL color Cylindrical-coordinate representation of color #749031: hue angle of 77.68º 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 #749031 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 49 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.44 |
| HSL | 77.68º | 0.49% | 0.38% | - |
| HSV(B) | 77.68º | 0.66% | 0.56% | - |
| XYZ | 17.73 | 23.88 | 6.58 | - |
| YUV | 124.8 | 85.22 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 49 | 0.19 | 0 | 0.66 | 0.44 | 77.68 | 0.49 | 0.38 |
| Hex | 74 | 90 | 31 | 13 | 0 | 42 | 2C | 4E | 31 | 26 |
| Octal | 164 | 220 | 61 | 23 | 0 | 102 | 54 | 116 | 61 | 46 |
| Binary | 1110100 | 10010000 | 110001 | 10011 | 0 | 1000010 | 101100 | 1001110 | 110001 | 100110 |
Color Harmonies of #749031
Complementary color
Monochromatic Colors of #749031
Black with #749031
Text Example
Text Example
White with #749031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749031; }
p { color: rgb(116,144,49); }
H1.HeaderClassName
{
color: #749031;
}
.AnyTagClassName
{
color: #749031;
}
</style>
background-color css
<style>
a { background-color: #749031; }
a { background-color: rgb(116,144,49); }
div.DivClassName
{
background-color: #749031;
}
.BgClassName
{
background-color: #749031;
}
</style>
border-color css
<style>
span { border-color: #749031; }
span { border-color: rgb(116,144,49); }
td.TdClassName
{
border-color: #749031;
}
.TagClassName
{
border-color: #749031;
}
</style>