Shades of Stack #829D81
Tints of Stack #829D81
RGB
CMYK
RGB Variations
Color information
#829D81 (or 0x829D81) is known color: Stack. HEX triplet: 82, 9D and 81. RGB value is (130,157,129). Sum of RGB (Red+Green+Blue) = 130+157+129=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 157 (61.72% from 255 or 37.74% from 416); Blue value is 129 (50.78% from 255 or 31.01% from 416); Max value from RGB is 157 - color contains mainly: green. Hex color #829D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829D81 is #7D627E. Grayscale: #919191. Windows color (decimal): -8217215 or 8494466. OLE color: 8494466.
HSL color Cylindrical-coordinate representation of color #829D81: hue angle of 117.86º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #829D81 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 130 | 157 | 129 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.38 |
| HSL | 117.86º | 0.13% | 0.56% | - |
| HSV(B) | 117.86º | 0.18% | 0.62% | - |
| XYZ | 25.23 | 30.44 | 25.32 | - |
| YUV | 145.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 157 | 129 | 0.17 | 0 | 0.18 | 0.38 | 117.86 | 0.13 | 0.56 |
| Hex | 82 | 9D | 81 | 11 | 0 | 12 | 26 | 76 | C | 38 |
| Octal | 202 | 235 | 201 | 21 | 0 | 22 | 46 | 166 | 14 | 70 |
| Binary | 10000010 | 10011101 | 10000001 | 10001 | 0 | 10010 | 100110 | 1110110 | 1100 | 111000 |
Color Harmonies of #829D81
Complementary color
Monochromatic Colors of #829D81
Black with #829D81
Text Example
Text Example
White with #829D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #829D81; }
p { color: rgb(130,157,129); }
H1.HeaderClassName
{
color: #829D81;
}
.AnyTagClassName
{
color: #829D81;
}
</style>
background-color css
<style>
a { background-color: #829D81; }
a { background-color: rgb(130,157,129); }
div.DivClassName
{
background-color: #829D81;
}
.BgClassName
{
background-color: #829D81;
}
</style>
border-color css
<style>
span { border-color: #829D81; }
span { border-color: rgb(130,157,129); }
td.TdClassName
{
border-color: #829D81;
}
.TagClassName
{
border-color: #829D81;
}
</style>