Shades of Olive Drab #77971E
Tints of Olive Drab #77971E
RGB
CMYK
RGB Variations
Color information
#77971E (or 0x77971E) is known color: Olive Drab. HEX triplet: 77, 97 and 1E. RGB value is (119,151,30). Sum of RGB (Red+Green+Blue) = 119+151+30=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 151 (59.38% from 255 or 50.33% from 300); Blue value is 30 (12.11% from 255 or 10% from 300); Max value from RGB is 151 - color contains mainly: green. Hex color #77971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77971E is #8868E1. Grayscale: #808080. Windows color (decimal): -8939746 or 2004855. OLE color: 2004855.
HSL color Cylindrical-coordinate representation of color #77971E: hue angle of 75.87º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77971E is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 30 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.41 |
| HSL | 75.87º | 0.67% | 0.35% | - |
| HSV(B) | 75.87º | 0.8% | 0.59% | - |
| XYZ | 18.91 | 26.15 | 5.28 | - |
| YUV | 127.64 | 72.9 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 30 | 0.21 | 0 | 0.80 | 0.41 | 75.87 | 0.67 | 0.35 |
| Hex | 77 | 97 | 1E | 15 | 0 | 50 | 29 | 4C | 43 | 23 |
| Octal | 167 | 227 | 36 | 25 | 0 | 120 | 51 | 114 | 103 | 43 |
| Binary | 1110111 | 10010111 | 11110 | 10101 | 0 | 1010000 | 101001 | 1001100 | 1000011 | 100011 |
Color Harmonies of #77971E
Complementary color
Monochromatic Colors of #77971E
Black with #77971E
Text Example
Text Example
White with #77971E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77971E; }
p { color: rgb(119,151,30); }
H1.HeaderClassName
{
color: #77971E;
}
.AnyTagClassName
{
color: #77971E;
}
</style>
background-color css
<style>
a { background-color: #77971E; }
a { background-color: rgb(119,151,30); }
div.DivClassName
{
background-color: #77971E;
}
.BgClassName
{
background-color: #77971E;
}
</style>
border-color css
<style>
span { border-color: #77971E; }
span { border-color: rgb(119,151,30); }
td.TdClassName
{
border-color: #77971E;
}
.TagClassName
{
border-color: #77971E;
}
</style>