Shades of Olive Drab #749019
Tints of Olive Drab #749019
RGB
CMYK
RGB Variations
Color information
#749019 (or 0x749019) is known color: Olive Drab. HEX triplet: 74, 90 and 19. RGB value is (116,144,25). Sum of RGB (Red+Green+Blue) = 116+144+25=285 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.70% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #749019 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749019 is #8B6FE6. Grayscale: #7A7A7A. Windows color (decimal): -9138151 or 1675380. OLE color: 1675380.
HSL color Cylindrical-coordinate representation of color #749019: hue angle of 74.12º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #749019 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 116 | 144 | 25 | - |
| CMYK | 0.19 | 0 | 0.83 | 0.44 |
| HSL | 74.12º | 0.7% | 0.33% | - |
| HSV(B) | 74.12º | 0.83% | 0.56% | - |
| XYZ | 17.35 | 23.73 | 4.59 | - |
| YUV | 122.06 | 73.22 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 144 | 25 | 0.19 | 0 | 0.83 | 0.44 | 74.12 | 0.7 | 0.33 |
| Hex | 74 | 90 | 19 | 13 | 0 | 53 | 2C | 4A | 46 | 21 |
| Octal | 164 | 220 | 31 | 23 | 0 | 123 | 54 | 112 | 106 | 41 |
| Binary | 1110100 | 10010000 | 11001 | 10011 | 0 | 1010011 | 101100 | 1001010 | 1000110 | 100001 |
Color Harmonies of #749019
Complementary color
Monochromatic Colors of #749019
Black with #749019
Text Example
Text Example
White with #749019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749019; }
p { color: rgb(116,144,25); }
H1.HeaderClassName
{
color: #749019;
}
.AnyTagClassName
{
color: #749019;
}
</style>
background-color css
<style>
a { background-color: #749019; }
a { background-color: rgb(116,144,25); }
div.DivClassName
{
background-color: #749019;
}
.BgClassName
{
background-color: #749019;
}
</style>
border-color css
<style>
span { border-color: #749019; }
span { border-color: rgb(116,144,25); }
td.TdClassName
{
border-color: #749019;
}
.TagClassName
{
border-color: #749019;
}
</style>