Shades of Olive Drab #779A1D
Tints of Olive Drab #779A1D
RGB
CMYK
RGB Variations
Color information
#779A1D (or 0x779A1D) is known color: Olive Drab. HEX triplet: 77, 9A and 1D. RGB value is (119,154,29). Sum of RGB (Red+Green+Blue) = 119+154+29=302 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.40% from 302); Green value is 154 (60.55% from 255 or 50.99% from 302); Blue value is 29 (11.72% from 255 or 9.60% from 302); Max value from RGB is 154 - color contains mainly: green. Hex color #779A1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779A1D is #8865E2. Grayscale: #818181. Windows color (decimal): -8938979 or 1940087. OLE color: 1940087.
HSL color Cylindrical-coordinate representation of color #779A1D: hue angle of 76.8º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #779A1D is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 119 | 154 | 29 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.40 |
| HSL | 76.8º | 0.68% | 0.36% | - |
| HSV(B) | 76.8º | 0.81% | 0.6% | - |
| XYZ | 19.39 | 27.12 | 5.38 | - |
| YUV | 129.29 | 71.4 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 154 | 29 | 0.23 | 0 | 0.81 | 0.40 | 76.8 | 0.68 | 0.36 |
| Hex | 77 | 9A | 1D | 17 | 0 | 51 | 28 | 4D | 44 | 24 |
| Octal | 167 | 232 | 35 | 27 | 0 | 121 | 50 | 115 | 104 | 44 |
| Binary | 1110111 | 10011010 | 11101 | 10111 | 0 | 1010001 | 101000 | 1001101 | 1000100 | 100100 |
Color Harmonies of #779A1D
Complementary color
Monochromatic Colors of #779A1D
Black with #779A1D
Text Example
Text Example
White with #779A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779A1D; }
p { color: rgb(119,154,29); }
H1.HeaderClassName
{
color: #779A1D;
}
.AnyTagClassName
{
color: #779A1D;
}
</style>
background-color css
<style>
a { background-color: #779A1D; }
a { background-color: rgb(119,154,29); }
div.DivClassName
{
background-color: #779A1D;
}
.BgClassName
{
background-color: #779A1D;
}
</style>
border-color css
<style>
span { border-color: #779A1D; }
span { border-color: rgb(119,154,29); }
td.TdClassName
{
border-color: #779A1D;
}
.TagClassName
{
border-color: #779A1D;
}
</style>