Shades of Highland #808E59
Tints of Highland #808E59
RGB
CMYK
RGB Variations
Color information
#808E59 (or 0x808E59) is known color: Highland. HEX triplet: 80, 8E and 59. RGB value is (128,142,89). Sum of RGB (Red+Green+Blue) = 128+142+89=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 142 (55.86% from 255 or 39.55% from 359); Blue value is 89 (35.16% from 255 or 24.79% from 359); Max value from RGB is 142 - color contains mainly: green. Hex color #808E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E59 is #7F71A6. Grayscale: #838383. Windows color (decimal): -8352167 or 5869184. OLE color: 5869184.
HSL color Cylindrical-coordinate representation of color #808E59: hue angle of 75.85º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #808E59 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 89 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.44 |
| HSL | 75.85º | 0.23% | 0.45% | - |
| HSV(B) | 75.85º | 0.37% | 0.56% | - |
| XYZ | 20.38 | 24.66 | 13.14 | - |
| YUV | 131.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 89 | 0.10 | 0 | 0.37 | 0.44 | 75.85 | 0.23 | 0.45 |
| Hex | 80 | 8E | 59 | A | 0 | 25 | 2C | 4C | 17 | 2D |
| Octal | 200 | 216 | 131 | 12 | 0 | 45 | 54 | 114 | 27 | 55 |
| Binary | 10000000 | 10001110 | 1011001 | 1010 | 0 | 100101 | 101100 | 1001100 | 10111 | 101101 |
Color Harmonies of #808E59
Complementary color
Monochromatic Colors of #808E59
Black with #808E59
Text Example
Text Example
White with #808E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E59; }
p { color: rgb(128,142,89); }
H1.HeaderClassName
{
color: #808E59;
}
.AnyTagClassName
{
color: #808E59;
}
</style>
background-color css
<style>
a { background-color: #808E59; }
a { background-color: rgb(128,142,89); }
div.DivClassName
{
background-color: #808E59;
}
.BgClassName
{
background-color: #808E59;
}
</style>
border-color css
<style>
span { border-color: #808E59; }
span { border-color: rgb(128,142,89); }
td.TdClassName
{
border-color: #808E59;
}
.TagClassName
{
border-color: #808E59;
}
</style>