Shades of Stack #809680
Tints of Stack #809680
RGB
CMYK
RGB Variations
Color information
#809680 (or 0x809680) is known color: Stack. HEX triplet: 80, 96 and 80. RGB value is (128,150,128). Sum of RGB (Red+Green+Blue) = 128+150+128=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 150 - color contains mainly: green. Hex color #809680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809680 is #7F697F. Grayscale: #8C8C8C. Windows color (decimal): -8350080 or 8427136. OLE color: 8427136.
HSL color Cylindrical-coordinate representation of color #809680: hue angle of 120º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #809680 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 128 | 150 | 128 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.41 |
| HSL | 120º | 0.09% | 0.55% | - |
| HSV(B) | 120º | 0.15% | 0.59% | - |
| XYZ | 23.7 | 27.96 | 24.57 | - |
| YUV | 140.91 | 120.71 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 150 | 128 | 0.15 | 0 | 0.15 | 0.41 | 120 | 0.09 | 0.55 |
| Hex | 80 | 96 | 80 | F | 0 | F | 29 | 78 | 9 | 37 |
| Octal | 200 | 226 | 200 | 17 | 0 | 17 | 51 | 170 | 11 | 67 |
| Binary | 10000000 | 10010110 | 10000000 | 1111 | 0 | 1111 | 101001 | 1111000 | 1001 | 110111 |
Color Harmonies of #809680
Complementary color
Monochromatic Colors of #809680
Black with #809680
Text Example
Text Example
White with #809680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809680; }
p { color: rgb(128,150,128); }
H1.HeaderClassName
{
color: #809680;
}
.AnyTagClassName
{
color: #809680;
}
</style>
background-color css
<style>
a { background-color: #809680; }
a { background-color: rgb(128,150,128); }
div.DivClassName
{
background-color: #809680;
}
.BgClassName
{
background-color: #809680;
}
</style>
border-color css
<style>
span { border-color: #809680; }
span { border-color: rgb(128,150,128); }
td.TdClassName
{
border-color: #809680;
}
.TagClassName
{
border-color: #809680;
}
</style>