Shades of Olive Drab #76960C
Tints of Olive Drab #76960C
RGB
CMYK
RGB Variations
Color information
#76960C (or 0x76960C) is known color: Olive Drab. HEX triplet: 76, 96 and 0C. RGB value is (118,150,12). Sum of RGB (Red+Green+Blue) = 118+150+12=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #76960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76960C is #8969F3. Grayscale: #7D7D7D. Windows color (decimal): -9005556 or 824950. OLE color: 824950.
HSL color Cylindrical-coordinate representation of color #76960C: hue angle of 73.91º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76960C is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 12 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.41 |
| HSL | 73.91º | 0.85% | 0.32% | - |
| HSV(B) | 73.91º | 0.92% | 0.59% | - |
| XYZ | 18.44 | 25.69 | 4.33 | - |
| YUV | 124.7 | 64.4 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 12 | 0.21 | 0 | 0.92 | 0.41 | 73.91 | 0.85 | 0.32 |
| Hex | 76 | 96 | C | 15 | 0 | 5C | 29 | 4A | 55 | 20 |
| Octal | 166 | 226 | 14 | 25 | 0 | 134 | 51 | 112 | 125 | 40 |
| Binary | 1110110 | 10010110 | 1100 | 10101 | 0 | 1011100 | 101001 | 1001010 | 1010101 | 100000 |
Color Harmonies of #76960C
Complementary color
Monochromatic Colors of #76960C
Black with #76960C
Text Example
Text Example
White with #76960C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76960C; }
p { color: rgb(118,150,12); }
H1.HeaderClassName
{
color: #76960C;
}
.AnyTagClassName
{
color: #76960C;
}
</style>
background-color css
<style>
a { background-color: #76960C; }
a { background-color: rgb(118,150,12); }
div.DivClassName
{
background-color: #76960C;
}
.BgClassName
{
background-color: #76960C;
}
</style>
border-color css
<style>
span { border-color: #76960C; }
span { border-color: rgb(118,150,12); }
td.TdClassName
{
border-color: #76960C;
}
.TagClassName
{
border-color: #76960C;
}
</style>