Shades of Olive #777805
Tints of Olive #777805
RGB
CMYK
RGB Variations
Color information
#777805 (or 0x777805) is known color: Olive. HEX triplet: 77, 78 and 05. RGB value is (119,120,5). Sum of RGB (Red+Green+Blue) = 119+120+5=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 120 (47.27% from 255 or 49.18% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 120 - color contains mainly: green. Hex color #777805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #777805 is #8887FA. Grayscale: #6B6B6B. Windows color (decimal): -8947707 or 358519. OLE color: 358519.
HSL color Cylindrical-coordinate representation of color #777805: hue angle of 60.52º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #777805 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 120 | 5 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.53 |
| HSL | 60.52º | 0.92% | 0.25% | - |
| HSV(B) | 60.52º | 0.96% | 0.47% | - |
| XYZ | 14.35 | 17.37 | 2.74 | - |
| YUV | 106.59 | 70.67 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 120 | 5 | 0.01 | 0 | 0.96 | 0.53 | 60.52 | 0.92 | 0.25 |
| Hex | 77 | 78 | 5 | 1 | 0 | 60 | 35 | 3D | 5C | 19 |
| Octal | 167 | 170 | 5 | 1 | 0 | 140 | 65 | 75 | 134 | 31 |
| Binary | 1110111 | 1111000 | 101 | 1 | 0 | 1100000 | 110101 | 111101 | 1011100 | 11001 |
Color Harmonies of #777805
Complementary color
Monochromatic Colors of #777805
Black with #777805
Text Example
Text Example
White with #777805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #777805; }
p { color: rgb(119,120,5); }
H1.HeaderClassName
{
color: #777805;
}
.AnyTagClassName
{
color: #777805;
}
</style>
background-color css
<style>
a { background-color: #777805; }
a { background-color: rgb(119,120,5); }
div.DivClassName
{
background-color: #777805;
}
.BgClassName
{
background-color: #777805;
}
</style>
border-color css
<style>
span { border-color: #777805; }
span { border-color: rgb(119,120,5); }
td.TdClassName
{
border-color: #777805;
}
.TagClassName
{
border-color: #777805;
}
</style>