Shades of Olive #777806
Tints of Olive #777806
RGB
CMYK
RGB Variations
Color information
#777806 (or 0x777806) is known color: Olive. HEX triplet: 77, 78 and 06. RGB value is (119,120,6). Sum of RGB (Red+Green+Blue) = 119+120+6=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 120 (47.27% from 255 or 48.98% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 120 - color contains mainly: green. Hex color #777806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777806 is #8887F9. Grayscale: #6B6B6B. Windows color (decimal): -8947706 or 424055. OLE color: 424055.
HSL color Cylindrical-coordinate representation of color #777806: hue angle of 60.53º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #777806 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 6 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.53 |
| HSL | 60.53º | 0.9% | 0.25% | - |
| HSV(B) | 60.53º | 0.95% | 0.47% | - |
| XYZ | 14.36 | 17.37 | 2.77 | - |
| YUV | 106.71 | 71.17 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 6 | 0.01 | 0 | 0.95 | 0.53 | 60.53 | 0.9 | 0.25 |
| Hex | 77 | 78 | 6 | 1 | 0 | 5F | 35 | 3D | 5A | 19 |
| Octal | 167 | 170 | 6 | 1 | 0 | 137 | 65 | 75 | 132 | 31 |
| Binary | 1110111 | 1111000 | 110 | 1 | 0 | 1011111 | 110101 | 111101 | 1011010 | 11001 |
Color Harmonies of #777806
Complementary color
Monochromatic Colors of #777806
Black with #777806
Text Example
Text Example
White with #777806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777806; }
p { color: rgb(119,120,6); }
H1.HeaderClassName
{
color: #777806;
}
.AnyTagClassName
{
color: #777806;
}
</style>
background-color css
<style>
a { background-color: #777806; }
a { background-color: rgb(119,120,6); }
div.DivClassName
{
background-color: #777806;
}
.BgClassName
{
background-color: #777806;
}
</style>
border-color css
<style>
span { border-color: #777806; }
span { border-color: rgb(119,120,6); }
td.TdClassName
{
border-color: #777806;
}
.TagClassName
{
border-color: #777806;
}
</style>