Shades of Highball #878942
Tints of Highball #878942
RGB
CMYK
RGB Variations
Color information
#878942 (or 0x878942) is known color: Highball. HEX triplet: 87, 89 and 42. RGB value is (135,137,66). Sum of RGB (Red+Green+Blue) = 135+137+66=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 137 - color contains mainly: green. Hex color #878942 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878942 is #7876BD. Grayscale: #808080. Windows color (decimal): -7894718 or 4360583. OLE color: 4360583.
HSL color Cylindrical-coordinate representation of color #878942: hue angle of 61.69º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #878942 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 135 | 137 | 66 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.46 |
| HSL | 61.69º | 0.35% | 0.4% | - |
| HSV(B) | 61.69º | 0.52% | 0.54% | - |
| XYZ | 19.92 | 23.44 | 8.63 | - |
| YUV | 128.31 | 92.84 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 137 | 66 | 0.01 | 0 | 0.52 | 0.46 | 61.69 | 0.35 | 0.4 |
| Hex | 87 | 89 | 42 | 1 | 0 | 34 | 2E | 3E | 23 | 28 |
| Octal | 207 | 211 | 102 | 1 | 0 | 64 | 56 | 76 | 43 | 50 |
| Binary | 10000111 | 10001001 | 1000010 | 1 | 0 | 110100 | 101110 | 111110 | 100011 | 101000 |
Color Harmonies of #878942
Complementary color
Monochromatic Colors of #878942
Black with #878942
Text Example
Text Example
White with #878942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #878942; }
p { color: rgb(135,137,66); }
H1.HeaderClassName
{
color: #878942;
}
.AnyTagClassName
{
color: #878942;
}
</style>
background-color css
<style>
a { background-color: #878942; }
a { background-color: rgb(135,137,66); }
div.DivClassName
{
background-color: #878942;
}
.BgClassName
{
background-color: #878942;
}
</style>
border-color css
<style>
span { border-color: #878942; }
span { border-color: rgb(135,137,66); }
td.TdClassName
{
border-color: #878942;
}
.TagClassName
{
border-color: #878942;
}
</style>