Shades of Olive Drab #768D20
Tints of Olive Drab #768D20
RGB
CMYK
RGB Variations
Color information
#768D20 (or 0x768D20) is known color: Olive Drab. HEX triplet: 76, 8D and 20. RGB value is (118,141,32). Sum of RGB (Red+Green+Blue) = 118+141+32=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 141 (55.47% from 255 or 48.45% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 141 - color contains mainly: green. Hex color #768D20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768D20 is #8972DF. Grayscale: #7A7A7A. Windows color (decimal): -9007840 or 2133366. OLE color: 2133366.
HSL color Cylindrical-coordinate representation of color #768D20: hue angle of 72.66º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #768D20 is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 32 | - |
| CMYK | 0.16 | 0 | 0.77 | 0.45 |
| HSL | 72.66º | 0.63% | 0.34% | - |
| HSV(B) | 72.66º | 0.77% | 0.55% | - |
| XYZ | 17.26 | 23.01 | 4.9 | - |
| YUV | 121.7 | 77.38 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 32 | 0.16 | 0 | 0.77 | 0.45 | 72.66 | 0.63 | 0.34 |
| Hex | 76 | 8D | 20 | 10 | 0 | 4D | 2D | 49 | 3F | 22 |
| Octal | 166 | 215 | 40 | 20 | 0 | 115 | 55 | 111 | 77 | 42 |
| Binary | 1110110 | 10001101 | 100000 | 10000 | 0 | 1001101 | 101101 | 1001001 | 111111 | 100010 |
Color Harmonies of #768D20
Complementary color
Monochromatic Colors of #768D20
Black with #768D20
Text Example
Text Example
White with #768D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D20; }
p { color: rgb(118,141,32); }
H1.HeaderClassName
{
color: #768D20;
}
.AnyTagClassName
{
color: #768D20;
}
</style>
background-color css
<style>
a { background-color: #768D20; }
a { background-color: rgb(118,141,32); }
div.DivClassName
{
background-color: #768D20;
}
.BgClassName
{
background-color: #768D20;
}
</style>
border-color css
<style>
span { border-color: #768D20; }
span { border-color: rgb(118,141,32); }
td.TdClassName
{
border-color: #768D20;
}
.TagClassName
{
border-color: #768D20;
}
</style>