Shades of Olive #77860A
Tints of Olive #77860A
RGB
CMYK
RGB Variations
Color information
#77860A (or 0x77860A) is known color: Olive. HEX triplet: 77, 86 and 0A. RGB value is (119,134,10). Sum of RGB (Red+Green+Blue) = 119+134+10=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 134 (52.73% from 255 or 50.95% from 263); Blue value is 10 (4.30% from 255 or 3.80% from 263); Max value from RGB is 134 - color contains mainly: green. Hex color #77860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #77860A is #8879F5. Grayscale: #737373. Windows color (decimal): -8944118 or 689783. OLE color: 689783.
HSL color Cylindrical-coordinate representation of color #77860A: hue angle of 67.26º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #77860A is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 10 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.47 |
| HSL | 67.26º | 0.86% | 0.28% | - |
| HSV(B) | 67.26º | 0.93% | 0.53% | - |
| XYZ | 16.19 | 20.99 | 3.49 | - |
| YUV | 115.38 | 68.53 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 10 | 0.11 | 0 | 0.93 | 0.47 | 67.26 | 0.86 | 0.28 |
| Hex | 77 | 86 | A | B | 0 | 5D | 2F | 43 | 56 | 1C |
| Octal | 167 | 206 | 12 | 13 | 0 | 135 | 57 | 103 | 126 | 34 |
| Binary | 1110111 | 10000110 | 1010 | 1011 | 0 | 1011101 | 101111 | 1000011 | 1010110 | 11100 |
Color Harmonies of #77860A
Complementary color
Monochromatic Colors of #77860A
Black with #77860A
Text Example
Text Example
White with #77860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77860A; }
p { color: rgb(119,134,10); }
H1.HeaderClassName
{
color: #77860A;
}
.AnyTagClassName
{
color: #77860A;
}
</style>
background-color css
<style>
a { background-color: #77860A; }
a { background-color: rgb(119,134,10); }
div.DivClassName
{
background-color: #77860A;
}
.BgClassName
{
background-color: #77860A;
}
</style>
border-color css
<style>
span { border-color: #77860A; }
span { border-color: rgb(119,134,10); }
td.TdClassName
{
border-color: #77860A;
}
.TagClassName
{
border-color: #77860A;
}
</style>