Shades of Olive #779500
Tints of Olive #779500
RGB
CMYK
RGB Variations
Color information
#779500 (or 0x779500) is known color: Olive. HEX triplet: 77, 95 and 00. RGB value is (119,149,0). Sum of RGB (Red+Green+Blue) = 119+149+0=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #779500 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779500 is #886AFF. Grayscale: #7B7B7B. Windows color (decimal): -8940288 or 38263. OLE color: 38263.
HSL color Cylindrical-coordinate representation of color #779500: hue angle of 72.08º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #779500 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 119 | 149 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.42 |
| HSL | 72.08º | 1% | 0.29% | - |
| HSV(B) | 72.08º | 1% | 0.58% | - |
| XYZ | 18.36 | 25.42 | 3.94 | - |
| YUV | 123.04 | 58.56 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 149 | 0 | 0.20 | 0 | 1 | 0.42 | 72.08 | 1 | 0.29 |
| Hex | 77 | 95 | 0 | 14 | 0 | 64 | 2A | 48 | 64 | 1D |
| Octal | 167 | 225 | 0 | 24 | 0 | 144 | 52 | 110 | 144 | 35 |
| Binary | 1110111 | 10010101 | 0 | 10100 | 0 | 1100100 | 101010 | 1001000 | 1100100 | 11101 |
Color Harmonies of #779500
Complementary color
Monochromatic Colors of #779500
Black with #779500
Text Example
Text Example
White with #779500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779500; }
p { color: rgb(119,149,0); }
H1.HeaderClassName
{
color: #779500;
}
.AnyTagClassName
{
color: #779500;
}
</style>
background-color css
<style>
a { background-color: #779500; }
a { background-color: rgb(119,149,0); }
div.DivClassName
{
background-color: #779500;
}
.BgClassName
{
background-color: #779500;
}
</style>
border-color css
<style>
span { border-color: #779500; }
span { border-color: rgb(119,149,0); }
td.TdClassName
{
border-color: #779500;
}
.TagClassName
{
border-color: #779500;
}
</style>