Shades of Olive Drab #779716
Tints of Olive Drab #779716
RGB
CMYK
RGB Variations
Color information
#779716 (or 0x779716) is known color: Olive Drab. HEX triplet: 77, 97 and 16. RGB value is (119,151,22). Sum of RGB (Red+Green+Blue) = 119+151+22=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 151 (59.38% from 255 or 51.71% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 151 - color contains mainly: green. Hex color #779716 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779716 is #8868E9. Grayscale: #7F7F7F. Windows color (decimal): -8939754 or 1480567. OLE color: 1480567.
HSL color Cylindrical-coordinate representation of color #779716: hue angle of 74.88º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #779716 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 151 | 22 | - |
| CMYK | 0.21 | 0 | 0.85 | 0.41 |
| HSL | 74.88º | 0.75% | 0.34% | - |
| HSV(B) | 74.88º | 0.85% | 0.59% | - |
| XYZ | 18.82 | 26.11 | 4.81 | - |
| YUV | 126.73 | 68.9 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 151 | 22 | 0.21 | 0 | 0.85 | 0.41 | 74.88 | 0.75 | 0.34 |
| Hex | 77 | 97 | 16 | 15 | 0 | 55 | 29 | 4B | 4B | 22 |
| Octal | 167 | 227 | 26 | 25 | 0 | 125 | 51 | 113 | 113 | 42 |
| Binary | 1110111 | 10010111 | 10110 | 10101 | 0 | 1010101 | 101001 | 1001011 | 1001011 | 100010 |
Color Harmonies of #779716
Complementary color
Monochromatic Colors of #779716
Black with #779716
Text Example
Text Example
White with #779716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779716; }
p { color: rgb(119,151,22); }
H1.HeaderClassName
{
color: #779716;
}
.AnyTagClassName
{
color: #779716;
}
</style>
background-color css
<style>
a { background-color: #779716; }
a { background-color: rgb(119,151,22); }
div.DivClassName
{
background-color: #779716;
}
.BgClassName
{
background-color: #779716;
}
</style>
border-color css
<style>
span { border-color: #779716; }
span { border-color: rgb(119,151,22); }
td.TdClassName
{
border-color: #779716;
}
.TagClassName
{
border-color: #779716;
}
</style>