Shades of Olive Drab #749212
Tints of Olive Drab #749212
RGB
CMYK
RGB Variations
Color information
#749212 (or 0x749212) is known color: Olive Drab. HEX triplet: 74, 92 and 12. RGB value is (116,146,18). Sum of RGB (Red+Green+Blue) = 116+146+18=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #749212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #749212 is #8B6DED. Grayscale: #7A7A7A. Windows color (decimal): -9137646 or 1217140. OLE color: 1217140.
HSL color Cylindrical-coordinate representation of color #749212: hue angle of 74.06º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #749212 is Cyan = 0.21, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 18 | - |
| CMYK | 0.21 | 0 | 0.88 | 0.43 |
| HSL | 74.06º | 0.78% | 0.32% | - |
| HSV(B) | 74.06º | 0.88% | 0.57% | - |
| XYZ | 17.59 | 24.31 | 4.34 | - |
| YUV | 122.44 | 69.06 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 18 | 0.21 | 0 | 0.88 | 0.43 | 74.06 | 0.78 | 0.32 |
| Hex | 74 | 92 | 12 | 15 | 0 | 58 | 2B | 4A | 4E | 20 |
| Octal | 164 | 222 | 22 | 25 | 0 | 130 | 53 | 112 | 116 | 40 |
| Binary | 1110100 | 10010010 | 10010 | 10101 | 0 | 1011000 | 101011 | 1001010 | 1001110 | 100000 |
Color Harmonies of #749212
Complementary color
Monochromatic Colors of #749212
Black with #749212
Text Example
Text Example
White with #749212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749212; }
p { color: rgb(116,146,18); }
H1.HeaderClassName
{
color: #749212;
}
.AnyTagClassName
{
color: #749212;
}
</style>
background-color css
<style>
a { background-color: #749212; }
a { background-color: rgb(116,146,18); }
div.DivClassName
{
background-color: #749212;
}
.BgClassName
{
background-color: #749212;
}
</style>
border-color css
<style>
span { border-color: #749212; }
span { border-color: rgb(116,146,18); }
td.TdClassName
{
border-color: #749212;
}
.TagClassName
{
border-color: #749212;
}
</style>