Shades of Highball #868842
Tints of Highball #868842
RGB
CMYK
RGB Variations
Color information
#868842 (or 0x868842) is known color: Highball. HEX triplet: 86, 88 and 42. RGB value is (134,136,66). Sum of RGB (Red+Green+Blue) = 134+136+66=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #868842 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868842 is #7977BD. Grayscale: #7F7F7F. Windows color (decimal): -7960510 or 4360326. OLE color: 4360326.
HSL color Cylindrical-coordinate representation of color #868842: hue angle of 61.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #868842 is Cyan = 0.01, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 66 | - |
| CMYK | 0.01 | 0 | 0.51 | 0.47 |
| HSL | 61.71º | 0.35% | 0.4% | - |
| HSV(B) | 61.71º | 0.51% | 0.53% | - |
| XYZ | 19.62 | 23.07 | 8.57 | - |
| YUV | 127.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 66 | 0.01 | 0 | 0.51 | 0.47 | 61.71 | 0.35 | 0.4 |
| Hex | 86 | 88 | 42 | 1 | 0 | 33 | 2F | 3E | 23 | 28 |
| Octal | 206 | 210 | 102 | 1 | 0 | 63 | 57 | 76 | 43 | 50 |
| Binary | 10000110 | 10001000 | 1000010 | 1 | 0 | 110011 | 101111 | 111110 | 100011 | 101000 |
Color Harmonies of #868842
Complementary color
Monochromatic Colors of #868842
Black with #868842
Text Example
Text Example
White with #868842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868842; }
p { color: rgb(134,136,66); }
H1.HeaderClassName
{
color: #868842;
}
.AnyTagClassName
{
color: #868842;
}
</style>
background-color css
<style>
a { background-color: #868842; }
a { background-color: rgb(134,136,66); }
div.DivClassName
{
background-color: #868842;
}
.BgClassName
{
background-color: #868842;
}
</style>
border-color css
<style>
span { border-color: #868842; }
span { border-color: rgb(134,136,66); }
td.TdClassName
{
border-color: #868842;
}
.TagClassName
{
border-color: #868842;
}
</style>