Shades of Highland #80976A
Tints of Highland #80976A
RGB
CMYK
RGB Variations
Color information
#80976A (or 0x80976A) is known color: Highland. HEX triplet: 80, 97 and 6A. RGB value is (128,151,106). Sum of RGB (Red+Green+Blue) = 128+151+106=385 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.25% from 385); Green value is 151 (59.38% from 255 or 39.22% from 385); Blue value is 106 (41.80% from 255 or 27.53% from 385); Max value from RGB is 151 - color contains mainly: green. Hex color #80976A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80976A is #7F6895. Grayscale: #8B8B8B. Windows color (decimal): -8349846 or 6985600. OLE color: 6985600.
HSL color Cylindrical-coordinate representation of color #80976A: hue angle of 90.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80976A is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 151 | 106 | - |
| CMYK | 0.15 | 0 | 0.30 | 0.41 |
| HSL | 90.67º | 0.18% | 0.5% | - |
| HSV(B) | 90.67º | 0.3% | 0.59% | - |
| XYZ | 22.57 | 27.76 | 17.8 | - |
| YUV | 138.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 151 | 106 | 0.15 | 0 | 0.30 | 0.41 | 90.67 | 0.18 | 0.5 |
| Hex | 80 | 97 | 6A | F | 0 | 1E | 29 | 5B | 12 | 32 |
| Octal | 200 | 227 | 152 | 17 | 0 | 36 | 51 | 133 | 22 | 62 |
| Binary | 10000000 | 10010111 | 1101010 | 1111 | 0 | 11110 | 101001 | 1011011 | 10010 | 110010 |
Color Harmonies of #80976A
Complementary color
Monochromatic Colors of #80976A
Black with #80976A
Text Example
Text Example
White with #80976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80976A; }
p { color: rgb(128,151,106); }
H1.HeaderClassName
{
color: #80976A;
}
.AnyTagClassName
{
color: #80976A;
}
</style>
background-color css
<style>
a { background-color: #80976A; }
a { background-color: rgb(128,151,106); }
div.DivClassName
{
background-color: #80976A;
}
.BgClassName
{
background-color: #80976A;
}
</style>
border-color css
<style>
span { border-color: #80976A; }
span { border-color: rgb(128,151,106); }
td.TdClassName
{
border-color: #80976A;
}
.TagClassName
{
border-color: #80976A;
}
</style>