Shades of Olive Drab #77910E
Tints of Olive Drab #77910E
RGB
CMYK
RGB Variations
Color information
#77910E (or 0x77910E) is known color: Olive Drab. HEX triplet: 77, 91 and 0E. RGB value is (119,145,14). Sum of RGB (Red+Green+Blue) = 119+145+14=278 (36% of max value = 765). Red value is 119 (46.88% from 255 or 42.81% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 14 (5.86% from 255 or 5.04% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #77910E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77910E is #886EF1. Grayscale: #7A7A7A. Windows color (decimal): -8941298 or 954743. OLE color: 954743.
HSL color Cylindrical-coordinate representation of color #77910E: hue angle of 71.91º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #77910E is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 14 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.43 |
| HSL | 71.91º | 0.82% | 0.31% | - |
| HSV(B) | 71.91º | 0.9% | 0.57% | - |
| XYZ | 17.81 | 24.2 | 4.15 | - |
| YUV | 122.29 | 66.89 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 14 | 0.18 | 0 | 0.90 | 0.43 | 71.91 | 0.82 | 0.31 |
| Hex | 77 | 91 | E | 12 | 0 | 5A | 2B | 48 | 52 | 1F |
| Octal | 167 | 221 | 16 | 22 | 0 | 132 | 53 | 110 | 122 | 37 |
| Binary | 1110111 | 10010001 | 1110 | 10010 | 0 | 1011010 | 101011 | 1001000 | 1010010 | 11111 |
Color Harmonies of #77910E
Complementary color
Monochromatic Colors of #77910E
Black with #77910E
Text Example
Text Example
White with #77910E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77910E; }
p { color: rgb(119,145,14); }
H1.HeaderClassName
{
color: #77910E;
}
.AnyTagClassName
{
color: #77910E;
}
</style>
background-color css
<style>
a { background-color: #77910E; }
a { background-color: rgb(119,145,14); }
div.DivClassName
{
background-color: #77910E;
}
.BgClassName
{
background-color: #77910E;
}
</style>
border-color css
<style>
span { border-color: #77910E; }
span { border-color: rgb(119,145,14); }
td.TdClassName
{
border-color: #77910E;
}
.TagClassName
{
border-color: #77910E;
}
</style>