Shades of Stack #819682
Tints of Stack #819682
RGB
CMYK
RGB Variations
Color information
#819682 (or 0x819682) is known color: Stack. HEX triplet: 81, 96 and 82. RGB value is (129,150,130). Sum of RGB (Red+Green+Blue) = 129+150+130=409 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.54% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #819682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819682 is #7E697D. Grayscale: #8D8D8D. Windows color (decimal): -8284542 or 8558209. OLE color: 8558209.
HSL color Cylindrical-coordinate representation of color #819682: hue angle of 122.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #819682 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 129 | 150 | 130 | - |
| CMYK | 0.14 | 0 | 0.13 | 0.41 |
| HSL | 122.86º | 0.09% | 0.55% | - |
| HSV(B) | 122.86º | 0.14% | 0.59% | - |
| XYZ | 23.99 | 28.09 | 25.28 | - |
| YUV | 141.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 150 | 130 | 0.14 | 0 | 0.13 | 0.41 | 122.86 | 0.09 | 0.55 |
| Hex | 81 | 96 | 82 | E | 0 | D | 29 | 7B | 9 | 37 |
| Octal | 201 | 226 | 202 | 16 | 0 | 15 | 51 | 173 | 11 | 67 |
| Binary | 10000001 | 10010110 | 10000010 | 1110 | 0 | 1101 | 101001 | 1111011 | 1001 | 110111 |
Color Harmonies of #819682
Complementary color
Monochromatic Colors of #819682
Black with #819682
Text Example
Text Example
White with #819682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819682; }
p { color: rgb(129,150,130); }
H1.HeaderClassName
{
color: #819682;
}
.AnyTagClassName
{
color: #819682;
}
</style>
background-color css
<style>
a { background-color: #819682; }
a { background-color: rgb(129,150,130); }
div.DivClassName
{
background-color: #819682;
}
.BgClassName
{
background-color: #819682;
}
</style>
border-color css
<style>
span { border-color: #819682; }
span { border-color: rgb(129,150,130); }
td.TdClassName
{
border-color: #819682;
}
.TagClassName
{
border-color: #819682;
}
</style>