Shades of Olive Drab #749010
Tints of Olive Drab #749010
RGB
CMYK
RGB Variations
Color information
#749010 (or 0x749010) is known color: Olive Drab. HEX triplet: 74, 90 and 10. RGB value is (116,144,16). Sum of RGB (Red+Green+Blue) = 116+144+16=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #749010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749010 is #8B6FEF. Grayscale: #797979. Windows color (decimal): -9138160 or 1085556. OLE color: 1085556.
HSL color Cylindrical-coordinate representation of color #749010: hue angle of 73.12º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #749010 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 16 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.44 |
| HSL | 73.13º | 0.8% | 0.31% | - |
| HSV(B) | 73.13º | 0.89% | 0.56% | - |
| XYZ | 17.27 | 23.7 | 4.15 | - |
| YUV | 121.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 16 | 0.19 | 0 | 0.89 | 0.44 | 73.13 | 0.8 | 0.31 |
| Hex | 74 | 90 | 10 | 13 | 0 | 59 | 2C | 49 | 50 | 1F |
| Octal | 164 | 220 | 20 | 23 | 0 | 131 | 54 | 111 | 120 | 37 |
| Binary | 1110100 | 10010000 | 10000 | 10011 | 0 | 1011001 | 101100 | 1001001 | 1010000 | 11111 |
Color Harmonies of #749010
Complementary color
Monochromatic Colors of #749010
Black with #749010
Text Example
Text Example
White with #749010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749010; }
p { color: rgb(116,144,16); }
H1.HeaderClassName
{
color: #749010;
}
.AnyTagClassName
{
color: #749010;
}
</style>
background-color css
<style>
a { background-color: #749010; }
a { background-color: rgb(116,144,16); }
div.DivClassName
{
background-color: #749010;
}
.BgClassName
{
background-color: #749010;
}
</style>
border-color css
<style>
span { border-color: #749010; }
span { border-color: rgb(116,144,16); }
td.TdClassName
{
border-color: #749010;
}
.TagClassName
{
border-color: #749010;
}
</style>