Shades of Olive Drab #77911A
Tints of Olive Drab #77911A
RGB
CMYK
RGB Variations
Color information
#77911A (or 0x77911A) is known color: Olive Drab. HEX triplet: 77, 91 and 1A. RGB value is (119,145,26). Sum of RGB (Red+Green+Blue) = 119+145+26=290 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.03% from 290); Green value is 145 (57.03% from 255 or 50% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 145 - color contains mainly: green. Hex color #77911A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77911A is #886EE5. Grayscale: #7C7C7C. Windows color (decimal): -8941286 or 1741175. OLE color: 1741175.
HSL color Cylindrical-coordinate representation of color #77911A: hue angle of 73.11º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77911A is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 26 | - |
| CMYK | 0.18 | 0 | 0.82 | 0.43 |
| HSL | 73.11º | 0.7% | 0.34% | - |
| HSV(B) | 73.11º | 0.82% | 0.57% | - |
| XYZ | 17.92 | 24.25 | 4.71 | - |
| YUV | 123.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 26 | 0.18 | 0 | 0.82 | 0.43 | 73.11 | 0.7 | 0.34 |
| Hex | 77 | 91 | 1A | 12 | 0 | 52 | 2B | 49 | 46 | 22 |
| Octal | 167 | 221 | 32 | 22 | 0 | 122 | 53 | 111 | 106 | 42 |
| Binary | 1110111 | 10010001 | 11010 | 10010 | 0 | 1010010 | 101011 | 1001001 | 1000110 | 100010 |
Color Harmonies of #77911A
Complementary color
Monochromatic Colors of #77911A
Black with #77911A
Text Example
Text Example
White with #77911A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77911A; }
p { color: rgb(119,145,26); }
H1.HeaderClassName
{
color: #77911A;
}
.AnyTagClassName
{
color: #77911A;
}
</style>
background-color css
<style>
a { background-color: #77911A; }
a { background-color: rgb(119,145,26); }
div.DivClassName
{
background-color: #77911A;
}
.BgClassName
{
background-color: #77911A;
}
</style>
border-color css
<style>
span { border-color: #77911A; }
span { border-color: rgb(119,145,26); }
td.TdClassName
{
border-color: #77911A;
}
.TagClassName
{
border-color: #77911A;
}
</style>