Shades of Olive Drab #76900E
Tints of Olive Drab #76900E
RGB
CMYK
RGB Variations
Color information
#76900E (or 0x76900E) is known color: Olive Drab. HEX triplet: 76, 90 and 0E. RGB value is (118,144,14). Sum of RGB (Red+Green+Blue) = 118+144+14=276 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.75% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #76900E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #76900E is #896FF1. Grayscale: #797979. Windows color (decimal): -9007090 or 954486. OLE color: 954486.
HSL color Cylindrical-coordinate representation of color #76900E: hue angle of 72º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #76900E is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 144 | 14 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.44 |
| HSL | 72º | 0.82% | 0.31% | - |
| HSV(B) | 72º | 0.9% | 0.56% | - |
| XYZ | 17.52 | 23.83 | 4.09 | - |
| YUV | 121.41 | 67.39 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 144 | 14 | 0.18 | 0 | 0.90 | 0.44 | 72 | 0.82 | 0.31 |
| Hex | 76 | 90 | E | 12 | 0 | 5A | 2C | 48 | 52 | 1F |
| Octal | 166 | 220 | 16 | 22 | 0 | 132 | 54 | 110 | 122 | 37 |
| Binary | 1110110 | 10010000 | 1110 | 10010 | 0 | 1011010 | 101100 | 1001000 | 1010010 | 11111 |
Color Harmonies of #76900E
Complementary color
Monochromatic Colors of #76900E
Black with #76900E
Text Example
Text Example
White with #76900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76900E; }
p { color: rgb(118,144,14); }
H1.HeaderClassName
{
color: #76900E;
}
.AnyTagClassName
{
color: #76900E;
}
</style>
background-color css
<style>
a { background-color: #76900E; }
a { background-color: rgb(118,144,14); }
div.DivClassName
{
background-color: #76900E;
}
.BgClassName
{
background-color: #76900E;
}
</style>
border-color css
<style>
span { border-color: #76900E; }
span { border-color: rgb(118,144,14); }
td.TdClassName
{
border-color: #76900E;
}
.TagClassName
{
border-color: #76900E;
}
</style>