Shades of Olive #776F00
Tints of Olive #776F00
RGB
CMYK
RGB Variations
Color information
#776F00 (or 0x776F00) is known color: Olive. HEX triplet: 77, 6F and 00. RGB value is (119,111,0). Sum of RGB (Red+Green+Blue) = 119+111+0=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 111 (43.75% from 255 or 48.26% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #776F00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776F00 is #8890FF. Grayscale: #656565. Windows color (decimal): -8950016 or 28535. OLE color: 28535.
HSL color Cylindrical-coordinate representation of color #776F00: hue angle of 55.97º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #776F00 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 111 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.53 |
| HSL | 55.97º | 1% | 0.23% | - |
| HSV(B) | 55.97º | 1% | 0.47% | - |
| XYZ | 13.29 | 15.29 | 2.25 | - |
| YUV | 100.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 111 | 0 | 0 | 0.07 | 1 | 0.53 | 55.97 | 1 | 0.23 |
| Hex | 77 | 6F | 0 | 0 | 7 | 64 | 35 | 38 | 64 | 17 |
| Octal | 167 | 157 | 0 | 0 | 7 | 144 | 65 | 70 | 144 | 27 |
| Binary | 1110111 | 1101111 | 0 | 0 | 111 | 1100100 | 110101 | 111000 | 1100100 | 10111 |
Color Harmonies of #776F00
Complementary color
Monochromatic Colors of #776F00
Black with #776F00
Text Example
Text Example
White with #776F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776F00; }
p { color: rgb(119,111,0); }
H1.HeaderClassName
{
color: #776F00;
}
.AnyTagClassName
{
color: #776F00;
}
</style>
background-color css
<style>
a { background-color: #776F00; }
a { background-color: rgb(119,111,0); }
div.DivClassName
{
background-color: #776F00;
}
.BgClassName
{
background-color: #776F00;
}
</style>
border-color css
<style>
span { border-color: #776F00; }
span { border-color: rgb(119,111,0); }
td.TdClassName
{
border-color: #776F00;
}
.TagClassName
{
border-color: #776F00;
}
</style>