Shades of Olive Drab #779919
Tints of Olive Drab #779919
RGB
CMYK
RGB Variations
Color information
#779919 (or 0x779919) is known color: Olive Drab. HEX triplet: 77, 99 and 19. RGB value is (119,153,25). Sum of RGB (Red+Green+Blue) = 119+153+25=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 153 (60.16% from 255 or 51.52% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 153 - color contains mainly: green. Hex color #779919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779919 is #8866E6. Grayscale: #808080. Windows color (decimal): -8939239 or 1677687. OLE color: 1677687.
HSL color Cylindrical-coordinate representation of color #779919: hue angle of 75.94º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #779919 is Cyan = 0.22, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 119 | 153 | 25 | - |
| CMYK | 0.22 | 0 | 0.84 | 0.4 |
| HSL | 75.94º | 0.72% | 0.35% | - |
| HSV(B) | 75.94º | 0.84% | 0.6% | - |
| XYZ | 19.17 | 26.77 | 5.08 | - |
| YUV | 128.24 | 69.74 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 153 | 25 | 0.22 | 0 | 0.84 | 0.4 | 75.94 | 0.72 | 0.35 |
| Hex | 77 | 99 | 19 | 16 | 0 | 54 | 28 | 4C | 48 | 23 |
| Octal | 167 | 231 | 31 | 26 | 0 | 124 | 50 | 114 | 110 | 43 |
| Binary | 1110111 | 10011001 | 11001 | 10110 | 0 | 1010100 | 101000 | 1001100 | 1001000 | 100011 |
Color Harmonies of #779919
Complementary color
Monochromatic Colors of #779919
Black with #779919
Text Example
Text Example
White with #779919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779919; }
p { color: rgb(119,153,25); }
H1.HeaderClassName
{
color: #779919;
}
.AnyTagClassName
{
color: #779919;
}
</style>
background-color css
<style>
a { background-color: #779919; }
a { background-color: rgb(119,153,25); }
div.DivClassName
{
background-color: #779919;
}
.BgClassName
{
background-color: #779919;
}
</style>
border-color css
<style>
span { border-color: #779919; }
span { border-color: rgb(119,153,25); }
td.TdClassName
{
border-color: #779919;
}
.TagClassName
{
border-color: #779919;
}
</style>