Shades of Olive Drab #749113
Tints of Olive Drab #749113
RGB
CMYK
RGB Variations
Color information
#749113 (or 0x749113) is known color: Olive Drab. HEX triplet: 74, 91 and 13. RGB value is (116,145,19). Sum of RGB (Red+Green+Blue) = 116+145+19=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #749113 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749113 is #8B6EEC. Grayscale: #7A7A7A. Windows color (decimal): -9137901 or 1282420. OLE color: 1282420.
HSL color Cylindrical-coordinate representation of color #749113: hue angle of 73.81º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #749113 is Cyan = 0.2, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 145 | 19 | - |
| CMYK | 0.2 | 0 | 0.87 | 0.43 |
| HSL | 73.81º | 0.77% | 0.32% | - |
| HSV(B) | 73.81º | 0.87% | 0.57% | - |
| XYZ | 17.45 | 24.01 | 4.33 | - |
| YUV | 121.97 | 69.89 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 145 | 19 | 0.2 | 0 | 0.87 | 0.43 | 73.81 | 0.77 | 0.32 |
| Hex | 74 | 91 | 13 | 14 | 0 | 57 | 2B | 4A | 4D | 20 |
| Octal | 164 | 221 | 23 | 24 | 0 | 127 | 53 | 112 | 115 | 40 |
| Binary | 1110100 | 10010001 | 10011 | 10100 | 0 | 1010111 | 101011 | 1001010 | 1001101 | 100000 |
Color Harmonies of #749113
Complementary color
Monochromatic Colors of #749113
Black with #749113
Text Example
Text Example
White with #749113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749113; }
p { color: rgb(116,145,19); }
H1.HeaderClassName
{
color: #749113;
}
.AnyTagClassName
{
color: #749113;
}
</style>
background-color css
<style>
a { background-color: #749113; }
a { background-color: rgb(116,145,19); }
div.DivClassName
{
background-color: #749113;
}
.BgClassName
{
background-color: #749113;
}
</style>
border-color css
<style>
span { border-color: #749113; }
span { border-color: rgb(116,145,19); }
td.TdClassName
{
border-color: #749113;
}
.TagClassName
{
border-color: #749113;
}
</style>