Shades of Highball #878B4C
Tints of Highball #878B4C
RGB
CMYK
RGB Variations
Color information
#878B4C (or 0x878B4C) is known color: Highball. HEX triplet: 87, 8B and 4C. RGB value is (135,139,76). Sum of RGB (Red+Green+Blue) = 135+139+76=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 139 (54.69% from 255 or 39.71% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 139 - color contains mainly: green. Hex color #878B4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878B4C is #7874B3. Grayscale: #828282. Windows color (decimal): -7894196 or 5016455. OLE color: 5016455.
HSL color Cylindrical-coordinate representation of color #878B4C: hue angle of 63.81º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #878B4C is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 139 | 76 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.45 |
| HSL | 63.81º | 0.29% | 0.42% | - |
| HSV(B) | 63.81º | 0.45% | 0.55% | - |
| XYZ | 20.53 | 24.14 | 10.41 | - |
| YUV | 130.62 | 97.17 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 139 | 76 | 0.03 | 0 | 0.45 | 0.45 | 63.81 | 0.29 | 0.42 |
| Hex | 87 | 8B | 4C | 3 | 0 | 2D | 2D | 40 | 1D | 2A |
| Octal | 207 | 213 | 114 | 3 | 0 | 55 | 55 | 100 | 35 | 52 |
| Binary | 10000111 | 10001011 | 1001100 | 11 | 0 | 101101 | 101101 | 1000000 | 11101 | 101010 |
Color Harmonies of #878B4C
Complementary color
Monochromatic Colors of #878B4C
Black with #878B4C
Text Example
Text Example
White with #878B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878B4C; }
p { color: rgb(135,139,76); }
H1.HeaderClassName
{
color: #878B4C;
}
.AnyTagClassName
{
color: #878B4C;
}
</style>
background-color css
<style>
a { background-color: #878B4C; }
a { background-color: rgb(135,139,76); }
div.DivClassName
{
background-color: #878B4C;
}
.BgClassName
{
background-color: #878B4C;
}
</style>
border-color css
<style>
span { border-color: #878B4C; }
span { border-color: rgb(135,139,76); }
td.TdClassName
{
border-color: #878B4C;
}
.TagClassName
{
border-color: #878B4C;
}
</style>