Shades of Olive #779B01
Tints of Olive #779B01
RGB
CMYK
RGB Variations
Color information
#779B01 (or 0x779B01) is known color: Olive. HEX triplet: 77, 9B and 01. RGB value is (119,155,1). Sum of RGB (Red+Green+Blue) = 119+155+1=275 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.27% from 275); Green value is 155 (60.94% from 255 or 56.36% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 155 - color contains mainly: green. Hex color #779B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #779B01 is #8864FE. Grayscale: #7F7F7F. Windows color (decimal): -8938751 or 105335. OLE color: 105335.
HSL color Cylindrical-coordinate representation of color #779B01: hue angle of 74.03º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #779B01 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 119 | 155 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.39 |
| HSL | 74.03º | 0.99% | 0.31% | - |
| HSV(B) | 74.03º | 0.99% | 0.61% | - |
| XYZ | 19.33 | 27.37 | 4.29 | - |
| YUV | 126.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 155 | 1 | 0.23 | 0 | 0.99 | 0.39 | 74.03 | 0.99 | 0.31 |
| Hex | 77 | 9B | 1 | 17 | 0 | 63 | 27 | 4A | 63 | 1F |
| Octal | 167 | 233 | 1 | 27 | 0 | 143 | 47 | 112 | 143 | 37 |
| Binary | 1110111 | 10011011 | 1 | 10111 | 0 | 1100011 | 100111 | 1001010 | 1100011 | 11111 |
Color Harmonies of #779B01
Complementary color
Monochromatic Colors of #779B01
Black with #779B01
Text Example
Text Example
White with #779B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #779B01; }
p { color: rgb(119,155,1); }
H1.HeaderClassName
{
color: #779B01;
}
.AnyTagClassName
{
color: #779B01;
}
</style>
background-color css
<style>
a { background-color: #779B01; }
a { background-color: rgb(119,155,1); }
div.DivClassName
{
background-color: #779B01;
}
.BgClassName
{
background-color: #779B01;
}
</style>
border-color css
<style>
span { border-color: #779B01; }
span { border-color: rgb(119,155,1); }
td.TdClassName
{
border-color: #779B01;
}
.TagClassName
{
border-color: #779B01;
}
</style>