Shades of Highland #808E58
Tints of Highland #808E58
RGB
CMYK
RGB Variations
Color information
#808E58 (or 0x808E58) is known color: Highland. HEX triplet: 80, 8E and 58. RGB value is (128,142,88). Sum of RGB (Red+Green+Blue) = 128+142+88=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 142 (55.86% from 255 or 39.66% from 358); Blue value is 88 (34.77% from 255 or 24.58% from 358); Max value from RGB is 142 - color contains mainly: green. Hex color #808E58 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E58 is #7F71A7. Grayscale: #838383. Windows color (decimal): -8352168 or 5803648. OLE color: 5803648.
HSL color Cylindrical-coordinate representation of color #808E58: hue angle of 75.56º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #808E58 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 142 | 88 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.44 |
| HSL | 75.56º | 0.23% | 0.45% | - |
| HSV(B) | 75.56º | 0.38% | 0.56% | - |
| XYZ | 20.34 | 24.64 | 12.92 | - |
| YUV | 131.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 88 | 0.10 | 0 | 0.38 | 0.44 | 75.56 | 0.23 | 0.45 |
| Hex | 80 | 8E | 58 | A | 0 | 26 | 2C | 4C | 17 | 2D |
| Octal | 200 | 216 | 130 | 12 | 0 | 46 | 54 | 114 | 27 | 55 |
| Binary | 10000000 | 10001110 | 1011000 | 1010 | 0 | 100110 | 101100 | 1001100 | 10111 | 101101 |
Color Harmonies of #808E58
Complementary color
Monochromatic Colors of #808E58
Black with #808E58
Text Example
Text Example
White with #808E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808E58; }
p { color: rgb(128,142,88); }
H1.HeaderClassName
{
color: #808E58;
}
.AnyTagClassName
{
color: #808E58;
}
</style>
background-color css
<style>
a { background-color: #808E58; }
a { background-color: rgb(128,142,88); }
div.DivClassName
{
background-color: #808E58;
}
.BgClassName
{
background-color: #808E58;
}
</style>
border-color css
<style>
span { border-color: #808E58; }
span { border-color: rgb(128,142,88); }
td.TdClassName
{
border-color: #808E58;
}
.TagClassName
{
border-color: #808E58;
}
</style>