Shades of Olive Drab #769721
Tints of Olive Drab #769721
RGB
CMYK
RGB Variations
Color information
#769721 (or 0x769721) is known color: Olive Drab. HEX triplet: 76, 97 and 21. RGB value is (118,151,33). Sum of RGB (Red+Green+Blue) = 118+151+33=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #769721 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #769721 is #8968DE. Grayscale: #808080. Windows color (decimal): -9005279 or 2201462. OLE color: 2201462.
HSL color Cylindrical-coordinate representation of color #769721: hue angle of 76.78º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #769721 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 33 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.41 |
| HSL | 76.78º | 0.64% | 0.36% | - |
| HSV(B) | 76.78º | 0.78% | 0.59% | - |
| XYZ | 18.81 | 26.09 | 5.48 | - |
| YUV | 127.68 | 74.57 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 33 | 0.22 | 0 | 0.78 | 0.41 | 76.78 | 0.64 | 0.36 |
| Hex | 76 | 97 | 21 | 16 | 0 | 4E | 29 | 4D | 40 | 24 |
| Octal | 166 | 227 | 41 | 26 | 0 | 116 | 51 | 115 | 100 | 44 |
| Binary | 1110110 | 10010111 | 100001 | 10110 | 0 | 1001110 | 101001 | 1001101 | 1000000 | 100100 |
Color Harmonies of #769721
Complementary color
Monochromatic Colors of #769721
Black with #769721
Text Example
Text Example
White with #769721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769721; }
p { color: rgb(118,151,33); }
H1.HeaderClassName
{
color: #769721;
}
.AnyTagClassName
{
color: #769721;
}
</style>
background-color css
<style>
a { background-color: #769721; }
a { background-color: rgb(118,151,33); }
div.DivClassName
{
background-color: #769721;
}
.BgClassName
{
background-color: #769721;
}
</style>
border-color css
<style>
span { border-color: #769721; }
span { border-color: rgb(118,151,33); }
td.TdClassName
{
border-color: #769721;
}
.TagClassName
{
border-color: #769721;
}
</style>