Shades of Olive Drab #749716
Tints of Olive Drab #749716
RGB
CMYK
RGB Variations
Color information
#749716 (or 0x749716) is known color: Olive Drab. HEX triplet: 74, 97 and 16. RGB value is (116,151,22). Sum of RGB (Red+Green+Blue) = 116+151+22=289 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.14% from 289); Green value is 151 (59.38% from 255 or 52.25% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 151 - color contains mainly: green. Hex color #749716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749716 is #8B68E9. Grayscale: #7E7E7E. Windows color (decimal): -9136362 or 1480564. OLE color: 1480564.
HSL color Cylindrical-coordinate representation of color #749716: hue angle of 76.28º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #749716 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 116 | 151 | 22 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.41 |
| HSL | 76.28º | 0.75% | 0.34% | - |
| HSV(B) | 76.28º | 0.85% | 0.59% | - |
| XYZ | 18.41 | 25.9 | 4.79 | - |
| YUV | 125.83 | 69.4 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 151 | 22 | 0.23 | 0 | 0.85 | 0.41 | 76.28 | 0.75 | 0.34 |
| Hex | 74 | 97 | 16 | 17 | 0 | 55 | 29 | 4C | 4B | 22 |
| Octal | 164 | 227 | 26 | 27 | 0 | 125 | 51 | 114 | 113 | 42 |
| Binary | 1110100 | 10010111 | 10110 | 10111 | 0 | 1010101 | 101001 | 1001100 | 1001011 | 100010 |
Color Harmonies of #749716
Complementary color
Monochromatic Colors of #749716
Black with #749716
Text Example
Text Example
White with #749716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749716; }
p { color: rgb(116,151,22); }
H1.HeaderClassName
{
color: #749716;
}
.AnyTagClassName
{
color: #749716;
}
</style>
background-color css
<style>
a { background-color: #749716; }
a { background-color: rgb(116,151,22); }
div.DivClassName
{
background-color: #749716;
}
.BgClassName
{
background-color: #749716;
}
</style>
border-color css
<style>
span { border-color: #749716; }
span { border-color: rgb(116,151,22); }
td.TdClassName
{
border-color: #749716;
}
.TagClassName
{
border-color: #749716;
}
</style>