Shades of Stack #818D81
Tints of Stack #818D81
RGB
CMYK
RGB Variations
Color information
#818D81 (or 0x818D81) is known color: Stack. HEX triplet: 81, 8D and 81. RGB value is (129,141,129). Sum of RGB (Red+Green+Blue) = 129+141+129=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 141 - color contains mainly: green. Hex color #818D81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818D81 is #7E727E. Grayscale: #888888. Windows color (decimal): -8286847 or 8490369. OLE color: 8490369.
HSL color Cylindrical-coordinate representation of color #818D81: hue angle of 120º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #818D81 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 141 | 129 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.45 |
| HSL | 120º | 0.05% | 0.53% | - |
| HSV(B) | 120º | 0.09% | 0.55% | - |
| XYZ | 22.54 | 25.3 | 24.46 | - |
| YUV | 136.04 | 124.02 | 122.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 141 | 129 | 0.09 | 0 | 0.09 | 0.45 | 120 | 0.05 | 0.53 |
| Hex | 81 | 8D | 81 | 9 | 0 | 9 | 2D | 78 | 5 | 35 |
| Octal | 201 | 215 | 201 | 11 | 0 | 11 | 55 | 170 | 5 | 65 |
| Binary | 10000001 | 10001101 | 10000001 | 1001 | 0 | 1001 | 101101 | 1111000 | 101 | 110101 |
Color Harmonies of #818D81
Complementary color
Monochromatic Colors of #818D81
Black with #818D81
Text Example
Text Example
White with #818D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818D81; }
p { color: rgb(129,141,129); }
H1.HeaderClassName
{
color: #818D81;
}
.AnyTagClassName
{
color: #818D81;
}
</style>
background-color css
<style>
a { background-color: #818D81; }
a { background-color: rgb(129,141,129); }
div.DivClassName
{
background-color: #818D81;
}
.BgClassName
{
background-color: #818D81;
}
</style>
border-color css
<style>
span { border-color: #818D81; }
span { border-color: rgb(129,141,129); }
td.TdClassName
{
border-color: #818D81;
}
.TagClassName
{
border-color: #818D81;
}
</style>