Shades of Olive #777E08
Tints of Olive #777E08
RGB
CMYK
RGB Variations
Color information
#777E08 (or 0x777E08) is known color: Olive. HEX triplet: 77, 7E and 08. RGB value is (119,126,8). Sum of RGB (Red+Green+Blue) = 119+126+8=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 126 (49.61% from 255 or 49.80% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 126 - color contains mainly: green. Hex color #777E08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777E08 is #8881F7. Grayscale: #6E6E6E. Windows color (decimal): -8946168 or 556663. OLE color: 556663.
HSL color Cylindrical-coordinate representation of color #777E08: hue angle of 63.56º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #777E08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 119 | 126 | 8 | - |
| CMYK | 0.06 | 0 | 0.94 | 0.51 |
| HSL | 63.56º | 0.88% | 0.26% | - |
| HSV(B) | 63.56º | 0.94% | 0.49% | - |
| XYZ | 15.11 | 18.86 | 3.07 | - |
| YUV | 110.46 | 70.18 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 126 | 8 | 0.06 | 0 | 0.94 | 0.51 | 63.56 | 0.88 | 0.26 |
| Hex | 77 | 7E | 8 | 6 | 0 | 5E | 33 | 40 | 58 | 1A |
| Octal | 167 | 176 | 10 | 6 | 0 | 136 | 63 | 100 | 130 | 32 |
| Binary | 1110111 | 1111110 | 1000 | 110 | 0 | 1011110 | 110011 | 1000000 | 1011000 | 11010 |
Color Harmonies of #777E08
Complementary color
Monochromatic Colors of #777E08
Black with #777E08
Text Example
Text Example
White with #777E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777E08; }
p { color: rgb(119,126,8); }
H1.HeaderClassName
{
color: #777E08;
}
.AnyTagClassName
{
color: #777E08;
}
</style>
background-color css
<style>
a { background-color: #777E08; }
a { background-color: rgb(119,126,8); }
div.DivClassName
{
background-color: #777E08;
}
.BgClassName
{
background-color: #777E08;
}
</style>
border-color css
<style>
span { border-color: #777E08; }
span { border-color: rgb(119,126,8); }
td.TdClassName
{
border-color: #777E08;
}
.TagClassName
{
border-color: #777E08;
}
</style>