Shades of Highland #80986D
Tints of Highland #80986D
RGB
CMYK
RGB Variations
Color information
#80986D (or 0x80986D) is known color: Highland. HEX triplet: 80, 98 and 6D. RGB value is (128,152,109). Sum of RGB (Red+Green+Blue) = 128+152+109=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 152 - color contains mainly: green. Hex color #80986D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80986D is #7F6792. Grayscale: #8C8C8C. Windows color (decimal): -8349587 or 7182464. OLE color: 7182464.
HSL color Cylindrical-coordinate representation of color #80986D: hue angle of 93.49º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #80986D is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 109 | - |
| CMYK | 0.16 | 0 | 0.28 | 0.40 |
| HSL | 93.49º | 0.17% | 0.51% | - |
| HSV(B) | 93.49º | 0.28% | 0.6% | - |
| XYZ | 22.89 | 28.15 | 18.69 | - |
| YUV | 139.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 109 | 0.16 | 0 | 0.28 | 0.40 | 93.49 | 0.17 | 0.51 |
| Hex | 80 | 98 | 6D | 10 | 0 | 1C | 28 | 5D | 11 | 33 |
| Octal | 200 | 230 | 155 | 20 | 0 | 34 | 50 | 135 | 21 | 63 |
| Binary | 10000000 | 10011000 | 1101101 | 10000 | 0 | 11100 | 101000 | 1011101 | 10001 | 110011 |
Color Harmonies of #80986D
Complementary color
Monochromatic Colors of #80986D
Black with #80986D
Text Example
Text Example
White with #80986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80986D; }
p { color: rgb(128,152,109); }
H1.HeaderClassName
{
color: #80986D;
}
.AnyTagClassName
{
color: #80986D;
}
</style>
background-color css
<style>
a { background-color: #80986D; }
a { background-color: rgb(128,152,109); }
div.DivClassName
{
background-color: #80986D;
}
.BgClassName
{
background-color: #80986D;
}
</style>
border-color css
<style>
span { border-color: #80986D; }
span { border-color: rgb(128,152,109); }
td.TdClassName
{
border-color: #80986D;
}
.TagClassName
{
border-color: #80986D;
}
</style>