Shades of Olive Drab #769221
Tints of Olive Drab #769221
RGB
CMYK
RGB Variations
Color information
#769221 (or 0x769221) is known color: Olive Drab. HEX triplet: 76, 92 and 21. RGB value is (118,146,33). Sum of RGB (Red+Green+Blue) = 118+146+33=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #769221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769221 is #896DDE. Grayscale: #7D7D7D. Windows color (decimal): -9006559 or 2200182. OLE color: 2200182.
HSL color Cylindrical-coordinate representation of color #769221: hue angle of 74.87º 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 #769221 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 146 | 33 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.43 |
| HSL | 74.87º | 0.63% | 0.35% | - |
| HSV(B) | 74.87º | 0.77% | 0.57% | - |
| XYZ | 18.02 | 24.52 | 5.22 | - |
| YUV | 124.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 146 | 33 | 0.19 | 0 | 0.77 | 0.43 | 74.87 | 0.63 | 0.35 |
| Hex | 76 | 92 | 21 | 13 | 0 | 4D | 2B | 4B | 3F | 23 |
| Octal | 166 | 222 | 41 | 23 | 0 | 115 | 53 | 113 | 77 | 43 |
| Binary | 1110110 | 10010010 | 100001 | 10011 | 0 | 1001101 | 101011 | 1001011 | 111111 | 100011 |
Color Harmonies of #769221
Complementary color
Monochromatic Colors of #769221
Black with #769221
Text Example
Text Example
White with #769221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769221; }
p { color: rgb(118,146,33); }
H1.HeaderClassName
{
color: #769221;
}
.AnyTagClassName
{
color: #769221;
}
</style>
background-color css
<style>
a { background-color: #769221; }
a { background-color: rgb(118,146,33); }
div.DivClassName
{
background-color: #769221;
}
.BgClassName
{
background-color: #769221;
}
</style>
border-color css
<style>
span { border-color: #769221; }
span { border-color: rgb(118,146,33); }
td.TdClassName
{
border-color: #769221;
}
.TagClassName
{
border-color: #769221;
}
</style>