Shades of Highland #80996A
Tints of Highland #80996A
RGB
CMYK
RGB Variations
Color information
#80996A (or 0x80996A) is known color: Highland. HEX triplet: 80, 99 and 6A. RGB value is (128,153,106). Sum of RGB (Red+Green+Blue) = 128+153+106=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 106 (41.80% from 255 or 27.39% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #80996A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80996A is #7F6695. Grayscale: #8C8C8C. Windows color (decimal): -8349334 or 6986112. OLE color: 6986112.
HSL color Cylindrical-coordinate representation of color #80996A: hue angle of 91.91º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80996A is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 153 | 106 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.4 |
| HSL | 91.91º | 0.19% | 0.51% | - |
| HSV(B) | 91.91º | 0.31% | 0.6% | - |
| XYZ | 22.89 | 28.41 | 17.91 | - |
| YUV | 140.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 106 | 0.16 | 0 | 0.31 | 0.4 | 91.91 | 0.19 | 0.51 |
| Hex | 80 | 99 | 6A | 10 | 0 | 1F | 28 | 5C | 13 | 33 |
| Octal | 200 | 231 | 152 | 20 | 0 | 37 | 50 | 134 | 23 | 63 |
| Binary | 10000000 | 10011001 | 1101010 | 10000 | 0 | 11111 | 101000 | 1011100 | 10011 | 110011 |
Color Harmonies of #80996A
Complementary color
Monochromatic Colors of #80996A
Black with #80996A
Text Example
Text Example
White with #80996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80996A; }
p { color: rgb(128,153,106); }
H1.HeaderClassName
{
color: #80996A;
}
.AnyTagClassName
{
color: #80996A;
}
</style>
background-color css
<style>
a { background-color: #80996A; }
a { background-color: rgb(128,153,106); }
div.DivClassName
{
background-color: #80996A;
}
.BgClassName
{
background-color: #80996A;
}
</style>
border-color css
<style>
span { border-color: #80996A; }
span { border-color: rgb(128,153,106); }
td.TdClassName
{
border-color: #80996A;
}
.TagClassName
{
border-color: #80996A;
}
</style>