Shades of Stack #80987F
Tints of Stack #80987F
RGB
CMYK
RGB Variations
Color information
#80987F (or 0x80987F) is known color: Stack. HEX triplet: 80, 98 and 7F. RGB value is (128,152,127). Sum of RGB (Red+Green+Blue) = 128+152+127=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 152 (59.77% from 255 or 37.35% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 152 - color contains mainly: green. Hex color #80987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80987F is #7F6780. Grayscale: #8E8E8E. Windows color (decimal): -8349569 or 8362112. OLE color: 8362112.
HSL color Cylindrical-coordinate representation of color #80987F: hue angle of 117.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #80987F is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 152 | 127 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.40 |
| HSL | 117.6º | 0.11% | 0.55% | - |
| HSV(B) | 117.6º | 0.16% | 0.6% | - |
| XYZ | 23.96 | 28.58 | 24.33 | - |
| YUV | 141.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 152 | 127 | 0.16 | 0 | 0.16 | 0.40 | 117.6 | 0.11 | 0.55 |
| Hex | 80 | 98 | 7F | 10 | 0 | 10 | 28 | 76 | B | 37 |
| Octal | 200 | 230 | 177 | 20 | 0 | 20 | 50 | 166 | 13 | 67 |
| Binary | 10000000 | 10011000 | 1111111 | 10000 | 0 | 10000 | 101000 | 1110110 | 1011 | 110111 |
Color Harmonies of #80987F
Complementary color
Monochromatic Colors of #80987F
Black with #80987F
Text Example
Text Example
White with #80987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80987F; }
p { color: rgb(128,152,127); }
H1.HeaderClassName
{
color: #80987F;
}
.AnyTagClassName
{
color: #80987F;
}
</style>
background-color css
<style>
a { background-color: #80987F; }
a { background-color: rgb(128,152,127); }
div.DivClassName
{
background-color: #80987F;
}
.BgClassName
{
background-color: #80987F;
}
</style>
border-color css
<style>
span { border-color: #80987F; }
span { border-color: rgb(128,152,127); }
td.TdClassName
{
border-color: #80987F;
}
.TagClassName
{
border-color: #80987F;
}
</style>