Shades of Olive #77760A
Tints of Olive #77760A
RGB
CMYK
RGB Variations
Color information
#77760A (or 0x77760A) is known color: Olive. HEX triplet: 77, 76 and 0A. RGB value is (119,118,10). Sum of RGB (Red+Green+Blue) = 119+118+10=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 10 (4.30% from 255 or 4.05% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77760A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77760A is #8889F5. Grayscale: #6A6A6A. Windows color (decimal): -8948214 or 685687. OLE color: 685687.
HSL color Cylindrical-coordinate representation of color #77760A: hue angle of 59.45º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #77760A is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 118 | 10 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.53 |
| HSL | 59.45º | 0.84% | 0.25% | - |
| HSV(B) | 59.45º | 0.92% | 0.47% | - |
| XYZ | 14.14 | 16.9 | 2.8 | - |
| YUV | 105.99 | 73.83 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 118 | 10 | 0 | 0.01 | 0.92 | 0.53 | 59.45 | 0.84 | 0.25 |
| Hex | 77 | 76 | A | 0 | 1 | 5C | 35 | 3B | 54 | 19 |
| Octal | 167 | 166 | 12 | 0 | 1 | 134 | 65 | 73 | 124 | 31 |
| Binary | 1110111 | 1110110 | 1010 | 0 | 1 | 1011100 | 110101 | 111011 | 1010100 | 11001 |
Color Harmonies of #77760A
Complementary color
Monochromatic Colors of #77760A
Black with #77760A
Text Example
Text Example
White with #77760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77760A; }
p { color: rgb(119,118,10); }
H1.HeaderClassName
{
color: #77760A;
}
.AnyTagClassName
{
color: #77760A;
}
</style>
background-color css
<style>
a { background-color: #77760A; }
a { background-color: rgb(119,118,10); }
div.DivClassName
{
background-color: #77760A;
}
.BgClassName
{
background-color: #77760A;
}
</style>
border-color css
<style>
span { border-color: #77760A; }
span { border-color: rgb(119,118,10); }
td.TdClassName
{
border-color: #77760A;
}
.TagClassName
{
border-color: #77760A;
}
</style>