Shades of Olive #779505
Tints of Olive #779505
RGB
CMYK
RGB Variations
Color information
#779505 (or 0x779505) is known color: Olive. HEX triplet: 77, 95 and 05. RGB value is (119,149,5). Sum of RGB (Red+Green+Blue) = 119+149+5=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #779505 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779505 is #886AFA. Grayscale: #7C7C7C. Windows color (decimal): -8940283 or 365943. OLE color: 365943.
HSL color Cylindrical-coordinate representation of color #779505: hue angle of 72.5º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #779505 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 5 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.42 |
| HSL | 72.5º | 0.94% | 0.3% | - |
| HSV(B) | 72.5º | 0.97% | 0.58% | - |
| XYZ | 18.38 | 25.43 | 4.08 | - |
| YUV | 123.61 | 61.06 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 5 | 0.20 | 0 | 0.97 | 0.42 | 72.5 | 0.94 | 0.3 |
| Hex | 77 | 95 | 5 | 14 | 0 | 61 | 2A | 48 | 5E | 1E |
| Octal | 167 | 225 | 5 | 24 | 0 | 141 | 52 | 110 | 136 | 36 |
| Binary | 1110111 | 10010101 | 101 | 10100 | 0 | 1100001 | 101010 | 1001000 | 1011110 | 11110 |
Color Harmonies of #779505
Complementary color
Monochromatic Colors of #779505
Black with #779505
Text Example
Text Example
White with #779505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779505; }
p { color: rgb(119,149,5); }
H1.HeaderClassName
{
color: #779505;
}
.AnyTagClassName
{
color: #779505;
}
</style>
background-color css
<style>
a { background-color: #779505; }
a { background-color: rgb(119,149,5); }
div.DivClassName
{
background-color: #779505;
}
.BgClassName
{
background-color: #779505;
}
</style>
border-color css
<style>
span { border-color: #779505; }
span { border-color: rgb(119,149,5); }
td.TdClassName
{
border-color: #779505;
}
.TagClassName
{
border-color: #779505;
}
</style>