Shades of Olive Drab #749219
Tints of Olive Drab #749219
RGB
CMYK
RGB Variations
Color information
#749219 (or 0x749219) is known color: Olive Drab. HEX triplet: 74, 92 and 19. RGB value is (116,146,25). Sum of RGB (Red+Green+Blue) = 116+146+25=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #749219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749219 is #8B6DE6. Grayscale: #7B7B7B. Windows color (decimal): -9137639 or 1675892. OLE color: 1675892.
HSL color Cylindrical-coordinate representation of color #749219: hue angle of 74.88º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #749219 is Cyan = 0.21, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 25 | - |
| CMYK | 0.21 | 0 | 0.83 | 0.43 |
| HSL | 74.88º | 0.71% | 0.34% | - |
| HSV(B) | 74.88º | 0.83% | 0.57% | - |
| XYZ | 17.66 | 24.34 | 4.69 | - |
| YUV | 123.24 | 72.56 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 25 | 0.21 | 0 | 0.83 | 0.43 | 74.88 | 0.71 | 0.34 |
| Hex | 74 | 92 | 19 | 15 | 0 | 53 | 2B | 4B | 47 | 22 |
| Octal | 164 | 222 | 31 | 25 | 0 | 123 | 53 | 113 | 107 | 42 |
| Binary | 1110100 | 10010010 | 11001 | 10101 | 0 | 1010011 | 101011 | 1001011 | 1000111 | 100010 |
Color Harmonies of #749219
Complementary color
Monochromatic Colors of #749219
Black with #749219
Text Example
Text Example
White with #749219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749219; }
p { color: rgb(116,146,25); }
H1.HeaderClassName
{
color: #749219;
}
.AnyTagClassName
{
color: #749219;
}
</style>
background-color css
<style>
a { background-color: #749219; }
a { background-color: rgb(116,146,25); }
div.DivClassName
{
background-color: #749219;
}
.BgClassName
{
background-color: #749219;
}
</style>
border-color css
<style>
span { border-color: #749219; }
span { border-color: rgb(116,146,25); }
td.TdClassName
{
border-color: #749219;
}
.TagClassName
{
border-color: #749219;
}
</style>