Shades of Olive Drab #779322
Tints of Olive Drab #779322
RGB
CMYK
RGB Variations
Color information
#779322 (or 0x779322) is known color: Olive Drab. HEX triplet: 77, 93 and 22. RGB value is (119,147,34). Sum of RGB (Red+Green+Blue) = 119+147+34=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #779322 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #779322 is #886CDD. Grayscale: #7E7E7E. Windows color (decimal): -8940766 or 2265975. OLE color: 2265975.
HSL color Cylindrical-coordinate representation of color #779322: hue angle of 74.87º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #779322 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 147 | 34 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.42 |
| HSL | 74.87º | 0.62% | 0.35% | - |
| HSV(B) | 74.87º | 0.77% | 0.58% | - |
| XYZ | 18.33 | 24.9 | 5.35 | - |
| YUV | 125.75 | 76.22 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 147 | 34 | 0.19 | 0 | 0.77 | 0.42 | 74.87 | 0.62 | 0.35 |
| Hex | 77 | 93 | 22 | 13 | 0 | 4D | 2A | 4B | 3E | 23 |
| Octal | 167 | 223 | 42 | 23 | 0 | 115 | 52 | 113 | 76 | 43 |
| Binary | 1110111 | 10010011 | 100010 | 10011 | 0 | 1001101 | 101010 | 1001011 | 111110 | 100011 |
Color Harmonies of #779322
Complementary color
Monochromatic Colors of #779322
Black with #779322
Text Example
Text Example
White with #779322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779322; }
p { color: rgb(119,147,34); }
H1.HeaderClassName
{
color: #779322;
}
.AnyTagClassName
{
color: #779322;
}
</style>
background-color css
<style>
a { background-color: #779322; }
a { background-color: rgb(119,147,34); }
div.DivClassName
{
background-color: #779322;
}
.BgClassName
{
background-color: #779322;
}
</style>
border-color css
<style>
span { border-color: #779322; }
span { border-color: rgb(119,147,34); }
td.TdClassName
{
border-color: #779322;
}
.TagClassName
{
border-color: #779322;
}
</style>