Shades of Highland #809570
Tints of Highland #809570
RGB
CMYK
RGB Variations
Color information
#809570 (or 0x809570) is known color: Highland. HEX triplet: 80, 95 and 70. RGB value is (128,149,112). Sum of RGB (Red+Green+Blue) = 128+149+112=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 149 - color contains mainly: green. Hex color #809570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809570 is #7F6A8F. Grayscale: #8A8A8A. Windows color (decimal): -8350352 or 7378304. OLE color: 7378304.
HSL color Cylindrical-coordinate representation of color #809570: hue angle of 94.05º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #809570 is Cyan = 0.14, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 112 | - |
| CMYK | 0.14 | 0 | 0.25 | 0.42 |
| HSL | 94.05º | 0.15% | 0.51% | - |
| HSV(B) | 94.05º | 0.25% | 0.58% | - |
| XYZ | 22.57 | 27.25 | 19.4 | - |
| YUV | 138.5 | 113.04 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 112 | 0.14 | 0 | 0.25 | 0.42 | 94.05 | 0.15 | 0.51 |
| Hex | 80 | 95 | 70 | E | 0 | 19 | 2A | 5E | F | 33 |
| Octal | 200 | 225 | 160 | 16 | 0 | 31 | 52 | 136 | 17 | 63 |
| Binary | 10000000 | 10010101 | 1110000 | 1110 | 0 | 11001 | 101010 | 1011110 | 1111 | 110011 |
Color Harmonies of #809570
Complementary color
Monochromatic Colors of #809570
Black with #809570
Text Example
Text Example
White with #809570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809570; }
p { color: rgb(128,149,112); }
H1.HeaderClassName
{
color: #809570;
}
.AnyTagClassName
{
color: #809570;
}
</style>
background-color css
<style>
a { background-color: #809570; }
a { background-color: rgb(128,149,112); }
div.DivClassName
{
background-color: #809570;
}
.BgClassName
{
background-color: #809570;
}
</style>
border-color css
<style>
span { border-color: #809570; }
span { border-color: rgb(128,149,112); }
td.TdClassName
{
border-color: #809570;
}
.TagClassName
{
border-color: #809570;
}
</style>