Shades of Olive Drab #768E21
Tints of Olive Drab #768E21
RGB
CMYK
RGB Variations
Color information
#768E21 (or 0x768E21) is known color: Olive Drab. HEX triplet: 76, 8E and 21. RGB value is (118,142,33). Sum of RGB (Red+Green+Blue) = 118+142+33=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 142 (55.86% from 255 or 48.46% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 142 - color contains mainly: green. Hex color #768E21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #768E21 is #8971DE. Grayscale: #7A7A7A. Windows color (decimal): -9007583 or 2199158. OLE color: 2199158.
HSL color Cylindrical-coordinate representation of color #768E21: hue angle of 73.21º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #768E21 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 33 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.44 |
| HSL | 73.21º | 0.62% | 0.34% | - |
| HSV(B) | 73.21º | 0.77% | 0.56% | - |
| XYZ | 17.42 | 23.31 | 5.02 | - |
| YUV | 122.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 33 | 0.17 | 0 | 0.77 | 0.44 | 73.21 | 0.62 | 0.34 |
| Hex | 76 | 8E | 21 | 11 | 0 | 4D | 2C | 49 | 3E | 22 |
| Octal | 166 | 216 | 41 | 21 | 0 | 115 | 54 | 111 | 76 | 42 |
| Binary | 1110110 | 10001110 | 100001 | 10001 | 0 | 1001101 | 101100 | 1001001 | 111110 | 100010 |
Color Harmonies of #768E21
Complementary color
Monochromatic Colors of #768E21
Black with #768E21
Text Example
Text Example
White with #768E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E21; }
p { color: rgb(118,142,33); }
H1.HeaderClassName
{
color: #768E21;
}
.AnyTagClassName
{
color: #768E21;
}
</style>
background-color css
<style>
a { background-color: #768E21; }
a { background-color: rgb(118,142,33); }
div.DivClassName
{
background-color: #768E21;
}
.BgClassName
{
background-color: #768E21;
}
</style>
border-color css
<style>
span { border-color: #768E21; }
span { border-color: rgb(118,142,33); }
td.TdClassName
{
border-color: #768E21;
}
.TagClassName
{
border-color: #768E21;
}
</style>