Shades of Stack #819C81
Tints of Stack #819C81
RGB
CMYK
RGB Variations
Color information
#819C81 (or 0x819C81) is known color: Stack. HEX triplet: 81, 9C and 81. RGB value is (129,156,129). Sum of RGB (Red+Green+Blue) = 129+156+129=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 156 - color contains mainly: green. Hex color #819C81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819C81 is #7E637E. Grayscale: #909090. Windows color (decimal): -8283007 or 8494209. OLE color: 8494209.
HSL color Cylindrical-coordinate representation of color #819C81: hue angle of 120º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #819C81 is Cyan = 0.17, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 156 | 129 | - |
| CMYK | 0.17 | 0 | 0.17 | 0.39 |
| HSL | 120º | 0.12% | 0.56% | - |
| HSV(B) | 120º | 0.17% | 0.61% | - |
| XYZ | 24.9 | 30.03 | 25.25 | - |
| YUV | 144.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 129 | 0.17 | 0 | 0.17 | 0.39 | 120 | 0.12 | 0.56 |
| Hex | 81 | 9C | 81 | 11 | 0 | 11 | 27 | 78 | C | 38 |
| Octal | 201 | 234 | 201 | 21 | 0 | 21 | 47 | 170 | 14 | 70 |
| Binary | 10000001 | 10011100 | 10000001 | 10001 | 0 | 10001 | 100111 | 1111000 | 1100 | 111000 |
Color Harmonies of #819C81
Complementary color
Monochromatic Colors of #819C81
Black with #819C81
Text Example
Text Example
White with #819C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819C81; }
p { color: rgb(129,156,129); }
H1.HeaderClassName
{
color: #819C81;
}
.AnyTagClassName
{
color: #819C81;
}
</style>
background-color css
<style>
a { background-color: #819C81; }
a { background-color: rgb(129,156,129); }
div.DivClassName
{
background-color: #819C81;
}
.BgClassName
{
background-color: #819C81;
}
</style>
border-color css
<style>
span { border-color: #819C81; }
span { border-color: rgb(129,156,129); }
td.TdClassName
{
border-color: #819C81;
}
.TagClassName
{
border-color: #819C81;
}
</style>