Shades of Olive Drab #749510
Tints of Olive Drab #749510
RGB
CMYK
RGB Variations
Color information
#749510 (or 0x749510) is known color: Olive Drab. HEX triplet: 74, 95 and 10. RGB value is (116,149,16). Sum of RGB (Red+Green+Blue) = 116+149+16=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 149 (58.59% from 255 or 53.02% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 149 - color contains mainly: green. Hex color #749510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749510 is #8B6AEF. Grayscale: #7C7C7C. Windows color (decimal): -9136880 or 1086836. OLE color: 1086836.
HSL color Cylindrical-coordinate representation of color #749510: hue angle of 74.89º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #749510 is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 116 | 149 | 16 | - |
| CMYK | 0.22 | 0 | 0.89 | 0.42 |
| HSL | 74.89º | 0.81% | 0.32% | - |
| HSV(B) | 74.89º | 0.89% | 0.58% | - |
| XYZ | 18.04 | 25.25 | 4.41 | - |
| YUV | 123.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 149 | 16 | 0.22 | 0 | 0.89 | 0.42 | 74.89 | 0.81 | 0.32 |
| Hex | 74 | 95 | 10 | 16 | 0 | 59 | 2A | 4B | 51 | 20 |
| Octal | 164 | 225 | 20 | 26 | 0 | 131 | 52 | 113 | 121 | 40 |
| Binary | 1110100 | 10010101 | 10000 | 10110 | 0 | 1011001 | 101010 | 1001011 | 1010001 | 100000 |
Color Harmonies of #749510
Complementary color
Monochromatic Colors of #749510
Black with #749510
Text Example
Text Example
White with #749510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749510; }
p { color: rgb(116,149,16); }
H1.HeaderClassName
{
color: #749510;
}
.AnyTagClassName
{
color: #749510;
}
</style>
background-color css
<style>
a { background-color: #749510; }
a { background-color: rgb(116,149,16); }
div.DivClassName
{
background-color: #749510;
}
.BgClassName
{
background-color: #749510;
}
</style>
border-color css
<style>
span { border-color: #749510; }
span { border-color: rgb(116,149,16); }
td.TdClassName
{
border-color: #749510;
}
.TagClassName
{
border-color: #749510;
}
</style>