Shades of Highball #878B4E
Tints of Highball #878B4E
RGB
CMYK
RGB Variations
Color information
#878B4E (or 0x878B4E) is known color: Highball. HEX triplet: 87, 8B and 4E. RGB value is (135,139,78). Sum of RGB (Red+Green+Blue) = 135+139+78=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 78 (30.86% from 255 or 22.16% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #878B4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878B4E is #7874B1. Grayscale: #838383. Windows color (decimal): -7894194 or 5147527. OLE color: 5147527.
HSL color Cylindrical-coordinate representation of color #878B4E: hue angle of 63.93º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878B4E is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 78 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.45 |
| HSL | 63.93º | 0.28% | 0.43% | - |
| HSV(B) | 63.93º | 0.44% | 0.55% | - |
| XYZ | 20.6 | 24.17 | 10.79 | - |
| YUV | 130.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 78 | 0.03 | 0 | 0.44 | 0.45 | 63.93 | 0.28 | 0.43 |
| Hex | 87 | 8B | 4E | 3 | 0 | 2C | 2D | 40 | 1C | 2B |
| Octal | 207 | 213 | 116 | 3 | 0 | 54 | 55 | 100 | 34 | 53 |
| Binary | 10000111 | 10001011 | 1001110 | 11 | 0 | 101100 | 101101 | 1000000 | 11100 | 101011 |
Color Harmonies of #878B4E
Complementary color
Monochromatic Colors of #878B4E
Black with #878B4E
Text Example
Text Example
White with #878B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B4E; }
p { color: rgb(135,139,78); }
H1.HeaderClassName
{
color: #878B4E;
}
.AnyTagClassName
{
color: #878B4E;
}
</style>
background-color css
<style>
a { background-color: #878B4E; }
a { background-color: rgb(135,139,78); }
div.DivClassName
{
background-color: #878B4E;
}
.BgClassName
{
background-color: #878B4E;
}
</style>
border-color css
<style>
span { border-color: #878B4E; }
span { border-color: rgb(135,139,78); }
td.TdClassName
{
border-color: #878B4E;
}
.TagClassName
{
border-color: #878B4E;
}
</style>