Shades of Olive Drab #749221
Tints of Olive Drab #749221
RGB
CMYK
RGB Variations
Color information
#749221 (or 0x749221) is known color: Olive Drab. HEX triplet: 74, 92 and 21. RGB value is (116,146,33). Sum of RGB (Red+Green+Blue) = 116+146+33=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #749221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749221 is #8B6DDE. Grayscale: #7C7C7C. Windows color (decimal): -9137631 or 2200180. OLE color: 2200180.
HSL color Cylindrical-coordinate representation of color #749221: hue angle of 75.93º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #749221 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 116 | 146 | 33 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.43 |
| HSL | 75.93º | 0.63% | 0.35% | - |
| HSV(B) | 75.93º | 0.77% | 0.57% | - |
| XYZ | 17.76 | 24.38 | 5.21 | - |
| YUV | 124.15 | 76.56 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 146 | 33 | 0.21 | 0 | 0.77 | 0.43 | 75.93 | 0.63 | 0.35 |
| Hex | 74 | 92 | 21 | 15 | 0 | 4D | 2B | 4C | 3F | 23 |
| Octal | 164 | 222 | 41 | 25 | 0 | 115 | 53 | 114 | 77 | 43 |
| Binary | 1110100 | 10010010 | 100001 | 10101 | 0 | 1001101 | 101011 | 1001100 | 111111 | 100011 |
Color Harmonies of #749221
Complementary color
Monochromatic Colors of #749221
Black with #749221
Text Example
Text Example
White with #749221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #749221; }
p { color: rgb(116,146,33); }
H1.HeaderClassName
{
color: #749221;
}
.AnyTagClassName
{
color: #749221;
}
</style>
background-color css
<style>
a { background-color: #749221; }
a { background-color: rgb(116,146,33); }
div.DivClassName
{
background-color: #749221;
}
.BgClassName
{
background-color: #749221;
}
</style>
border-color css
<style>
span { border-color: #749221; }
span { border-color: rgb(116,146,33); }
td.TdClassName
{
border-color: #749221;
}
.TagClassName
{
border-color: #749221;
}
</style>