Shades of Olive Drab #77961D
Tints of Olive Drab #77961D
RGB
CMYK
RGB Variations
Color information
#77961D (or 0x77961D) is known color: Olive Drab. HEX triplet: 77, 96 and 1D. RGB value is (119,150,29). Sum of RGB (Red+Green+Blue) = 119+150+29=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 29 (11.72% from 255 or 9.73% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #77961D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77961D is #8869E2. Grayscale: #7F7F7F. Windows color (decimal): -8940003 or 1939063. OLE color: 1939063.
HSL color Cylindrical-coordinate representation of color #77961D: hue angle of 75.37º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #77961D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 119 | 150 | 29 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.41 |
| HSL | 75.37º | 0.68% | 0.35% | - |
| HSV(B) | 75.37º | 0.81% | 0.59% | - |
| XYZ | 18.74 | 25.82 | 5.16 | - |
| YUV | 126.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 150 | 29 | 0.21 | 0 | 0.81 | 0.41 | 75.37 | 0.68 | 0.35 |
| Hex | 77 | 96 | 1D | 15 | 0 | 51 | 29 | 4B | 44 | 23 |
| Octal | 167 | 226 | 35 | 25 | 0 | 121 | 51 | 113 | 104 | 43 |
| Binary | 1110111 | 10010110 | 11101 | 10101 | 0 | 1010001 | 101001 | 1001011 | 1000100 | 100011 |
Color Harmonies of #77961D
Complementary color
Monochromatic Colors of #77961D
Black with #77961D
Text Example
Text Example
White with #77961D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77961D; }
p { color: rgb(119,150,29); }
H1.HeaderClassName
{
color: #77961D;
}
.AnyTagClassName
{
color: #77961D;
}
</style>
background-color css
<style>
a { background-color: #77961D; }
a { background-color: rgb(119,150,29); }
div.DivClassName
{
background-color: #77961D;
}
.BgClassName
{
background-color: #77961D;
}
</style>
border-color css
<style>
span { border-color: #77961D; }
span { border-color: rgb(119,150,29); }
td.TdClassName
{
border-color: #77961D;
}
.TagClassName
{
border-color: #77961D;
}
</style>