Shades of Highland #80955A
Tints of Highland #80955A
RGB
CMYK
RGB Variations
Color information
#80955A (or 0x80955A) is known color: Highland. HEX triplet: 80, 95 and 5A. RGB value is (128,149,90). Sum of RGB (Red+Green+Blue) = 128+149+90=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 149 - color contains mainly: green. Hex color #80955A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80955A is #7F6AA5. Grayscale: #888888. Windows color (decimal): -8350374 or 5936512. OLE color: 5936512.
HSL color Cylindrical-coordinate representation of color #80955A: hue angle of 81.36º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #80955A is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 149 | 90 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.42 |
| HSL | 81.36º | 0.25% | 0.47% | - |
| HSV(B) | 81.36º | 0.4% | 0.58% | - |
| XYZ | 21.5 | 26.82 | 13.72 | - |
| YUV | 136 | 102.04 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 149 | 90 | 0.14 | 0 | 0.40 | 0.42 | 81.36 | 0.25 | 0.47 |
| Hex | 80 | 95 | 5A | E | 0 | 28 | 2A | 51 | 19 | 2F |
| Octal | 200 | 225 | 132 | 16 | 0 | 50 | 52 | 121 | 31 | 57 |
| Binary | 10000000 | 10010101 | 1011010 | 1110 | 0 | 101000 | 101010 | 1010001 | 11001 | 101111 |
Color Harmonies of #80955A
Complementary color
Monochromatic Colors of #80955A
Black with #80955A
Text Example
Text Example
White with #80955A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80955A; }
p { color: rgb(128,149,90); }
H1.HeaderClassName
{
color: #80955A;
}
.AnyTagClassName
{
color: #80955A;
}
</style>
background-color css
<style>
a { background-color: #80955A; }
a { background-color: rgb(128,149,90); }
div.DivClassName
{
background-color: #80955A;
}
.BgClassName
{
background-color: #80955A;
}
</style>
border-color css
<style>
span { border-color: #80955A; }
span { border-color: rgb(128,149,90); }
td.TdClassName
{
border-color: #80955A;
}
.TagClassName
{
border-color: #80955A;
}
</style>