Shades of Olive Drab #77911D
Tints of Olive Drab #77911D
RGB
CMYK
RGB Variations
Color information
#77911D (or 0x77911D) is known color: Olive Drab. HEX triplet: 77, 91 and 1D. RGB value is (119,145,29). Sum of RGB (Red+Green+Blue) = 119+145+29=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #77911D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77911D is #886EE2. Grayscale: #7C7C7C. Windows color (decimal): -8941283 or 1937783. OLE color: 1937783.
HSL color Cylindrical-coordinate representation of color #77911D: hue angle of 73.45º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #77911D is Cyan = 0.18, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 119 | 145 | 29 | - |
| CMYK | 0.18 | 0 | 0.8 | 0.43 |
| HSL | 73.45º | 0.67% | 0.34% | - |
| HSV(B) | 73.45º | 0.8% | 0.57% | - |
| XYZ | 17.95 | 24.26 | 4.9 | - |
| YUV | 124 | 74.39 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 145 | 29 | 0.18 | 0 | 0.8 | 0.43 | 73.45 | 0.67 | 0.34 |
| Hex | 77 | 91 | 1D | 12 | 0 | 50 | 2B | 49 | 43 | 22 |
| Octal | 167 | 221 | 35 | 22 | 0 | 120 | 53 | 111 | 103 | 42 |
| Binary | 1110111 | 10010001 | 11101 | 10010 | 0 | 1010000 | 101011 | 1001001 | 1000011 | 100010 |
Color Harmonies of #77911D
Complementary color
Monochromatic Colors of #77911D
Black with #77911D
Text Example
Text Example
White with #77911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77911D; }
p { color: rgb(119,145,29); }
H1.HeaderClassName
{
color: #77911D;
}
.AnyTagClassName
{
color: #77911D;
}
</style>
background-color css
<style>
a { background-color: #77911D; }
a { background-color: rgb(119,145,29); }
div.DivClassName
{
background-color: #77911D;
}
.BgClassName
{
background-color: #77911D;
}
</style>
border-color css
<style>
span { border-color: #77911D; }
span { border-color: rgb(119,145,29); }
td.TdClassName
{
border-color: #77911D;
}
.TagClassName
{
border-color: #77911D;
}
</style>