Shades of Olive #877705
Tints of Olive #877705
RGB
CMYK
RGB Variations
Color information
#877705 (or 0x877705) is known color: Olive. HEX triplet: 87, 77 and 05. RGB value is (135,119,5). Sum of RGB (Red+Green+Blue) = 135+119+5=259 (34% of max value = 765). Red value is 135 (53.12% from 255 or 52.12% from 259); Green value is 119 (46.88% from 255 or 45.95% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 135 - color contains mainly: red. Hex color #877705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #877705 is #7888FA. Grayscale: #6F6F6F. Windows color (decimal): -7899387 or 358279. OLE color: 358279.
HSL color Cylindrical-coordinate representation of color #877705: hue angle of 52.62º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #877705 is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 119 | 5 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.47 |
| HSL | 52.62º | 0.93% | 0.27% | - |
| HSV(B) | 52.62º | 0.96% | 0.53% | - |
| XYZ | 16.62 | 18.36 | 2.81 | - |
| YUV | 110.79 | 68.3 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 119 | 5 | 0 | 0.12 | 0.96 | 0.47 | 52.62 | 0.93 | 0.27 |
| Hex | 87 | 77 | 5 | 0 | C | 60 | 2F | 35 | 5D | 1B |
| Octal | 207 | 167 | 5 | 0 | 14 | 140 | 57 | 65 | 135 | 33 |
| Binary | 10000111 | 1110111 | 101 | 0 | 1100 | 1100000 | 101111 | 110101 | 1011101 | 11011 |
Color Harmonies of #877705
Complementary color
Monochromatic Colors of #877705
Black with #877705
Text Example
Text Example
White with #877705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877705; }
p { color: rgb(135,119,5); }
H1.HeaderClassName
{
color: #877705;
}
.AnyTagClassName
{
color: #877705;
}
</style>
background-color css
<style>
a { background-color: #877705; }
a { background-color: rgb(135,119,5); }
div.DivClassName
{
background-color: #877705;
}
.BgClassName
{
background-color: #877705;
}
</style>
border-color css
<style>
span { border-color: #877705; }
span { border-color: rgb(135,119,5); }
td.TdClassName
{
border-color: #877705;
}
.TagClassName
{
border-color: #877705;
}
</style>