Shades of Olive #779B00
Tints of Olive #779B00
RGB
CMYK
RGB Variations
Color information
#779B00 (or 0x779B00) is known color: Olive. HEX triplet: 77, 9B and 00. RGB value is (119,155,0). Sum of RGB (Red+Green+Blue) = 119+155+0=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 155 (60.94% from 255 or 56.57% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 155 - color contains mainly: green. Hex color #779B00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779B00 is #8864FF. Grayscale: #7F7F7F. Windows color (decimal): -8938752 or 39799. OLE color: 39799.
HSL color Cylindrical-coordinate representation of color #779B00: hue angle of 73.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #779B00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.39 |
| HSL | 73.94º | 1% | 0.3% | - |
| HSV(B) | 73.94º | 1% | 0.61% | - |
| XYZ | 19.33 | 27.36 | 4.26 | - |
| YUV | 126.57 | 56.57 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 0 | 0.23 | 0 | 1 | 0.39 | 73.94 | 1 | 0.3 |
| Hex | 77 | 9B | 0 | 17 | 0 | 64 | 27 | 4A | 64 | 1E |
| Octal | 167 | 233 | 0 | 27 | 0 | 144 | 47 | 112 | 144 | 36 |
| Binary | 1110111 | 10011011 | 0 | 10111 | 0 | 1100100 | 100111 | 1001010 | 1100100 | 11110 |
Color Harmonies of #779B00
Complementary color
Monochromatic Colors of #779B00
Black with #779B00
Text Example
Text Example
White with #779B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B00; }
p { color: rgb(119,155,0); }
H1.HeaderClassName
{
color: #779B00;
}
.AnyTagClassName
{
color: #779B00;
}
</style>
background-color css
<style>
a { background-color: #779B00; }
a { background-color: rgb(119,155,0); }
div.DivClassName
{
background-color: #779B00;
}
.BgClassName
{
background-color: #779B00;
}
</style>
border-color css
<style>
span { border-color: #779B00; }
span { border-color: rgb(119,155,0); }
td.TdClassName
{
border-color: #779B00;
}
.TagClassName
{
border-color: #779B00;
}
</style>