Shades of Highland #80996D
Tints of Highland #80996D
RGB
CMYK
RGB Variations
Color information
#80996D (or 0x80996D) is known color: Highland. HEX triplet: 80, 99 and 6D. RGB value is (128,153,109). Sum of RGB (Red+Green+Blue) = 128+153+109=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 153 (60.16% from 255 or 39.23% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 153 - color contains mainly: green. Hex color #80996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80996D is #7F6692. Grayscale: #8C8C8C. Windows color (decimal): -8349331 or 7182720. OLE color: 7182720.
HSL color Cylindrical-coordinate representation of color #80996D: hue angle of 94.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #80996D is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 109 | - |
| CMYK | 0.16 | 0 | 0.29 | 0.4 |
| HSL | 94.09º | 0.18% | 0.51% | - |
| HSV(B) | 94.09º | 0.29% | 0.6% | - |
| XYZ | 23.05 | 28.48 | 18.75 | - |
| YUV | 140.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 109 | 0.16 | 0 | 0.29 | 0.4 | 94.09 | 0.18 | 0.51 |
| Hex | 80 | 99 | 6D | 10 | 0 | 1D | 28 | 5E | 12 | 33 |
| Octal | 200 | 231 | 155 | 20 | 0 | 35 | 50 | 136 | 22 | 63 |
| Binary | 10000000 | 10011001 | 1101101 | 10000 | 0 | 11101 | 101000 | 1011110 | 10010 | 110011 |
Color Harmonies of #80996D
Complementary color
Monochromatic Colors of #80996D
Black with #80996D
Text Example
Text Example
White with #80996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80996D; }
p { color: rgb(128,153,109); }
H1.HeaderClassName
{
color: #80996D;
}
.AnyTagClassName
{
color: #80996D;
}
</style>
background-color css
<style>
a { background-color: #80996D; }
a { background-color: rgb(128,153,109); }
div.DivClassName
{
background-color: #80996D;
}
.BgClassName
{
background-color: #80996D;
}
</style>
border-color css
<style>
span { border-color: #80996D; }
span { border-color: rgb(128,153,109); }
td.TdClassName
{
border-color: #80996D;
}
.TagClassName
{
border-color: #80996D;
}
</style>