Shades of Highland #80956C
Tints of Highland #80956C
RGB
CMYK
RGB Variations
Color information
#80956C (or 0x80956C) is known color: Highland. HEX triplet: 80, 95 and 6C. RGB value is (128,149,108). Sum of RGB (Red+Green+Blue) = 128+149+108=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 108 (42.58% from 255 or 28.05% from 385); Max value from RGB is 149 - color contains mainly: green. Hex color #80956C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80956C is #7F6A93. Grayscale: #8A8A8A. Windows color (decimal): -8350356 or 7116160. OLE color: 7116160.
HSL color Cylindrical-coordinate representation of color #80956C: hue angle of 90.73º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80956C is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 108 | - |
| CMYK | 0.14 | 0 | 0.28 | 0.42 |
| HSL | 90.73º | 0.16% | 0.5% | - |
| HSV(B) | 90.73º | 0.28% | 0.58% | - |
| XYZ | 22.36 | 27.17 | 18.25 | - |
| YUV | 138.05 | 111.04 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 108 | 0.14 | 0 | 0.28 | 0.42 | 90.73 | 0.16 | 0.5 |
| Hex | 80 | 95 | 6C | E | 0 | 1C | 2A | 5B | 10 | 32 |
| Octal | 200 | 225 | 154 | 16 | 0 | 34 | 52 | 133 | 20 | 62 |
| Binary | 10000000 | 10010101 | 1101100 | 1110 | 0 | 11100 | 101010 | 1011011 | 10000 | 110010 |
Color Harmonies of #80956C
Complementary color
Monochromatic Colors of #80956C
Black with #80956C
Text Example
Text Example
White with #80956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80956C; }
p { color: rgb(128,149,108); }
H1.HeaderClassName
{
color: #80956C;
}
.AnyTagClassName
{
color: #80956C;
}
</style>
background-color css
<style>
a { background-color: #80956C; }
a { background-color: rgb(128,149,108); }
div.DivClassName
{
background-color: #80956C;
}
.BgClassName
{
background-color: #80956C;
}
</style>
border-color css
<style>
span { border-color: #80956C; }
span { border-color: rgb(128,149,108); }
td.TdClassName
{
border-color: #80956C;
}
.TagClassName
{
border-color: #80956C;
}
</style>