Shades of Granny Smith #818986
Tints of Granny Smith #818986
RGB
CMYK
RGB Variations
Color information
#818986 (or 0x818986) is known color: Granny Smith. HEX triplet: 81, 89 and 86. RGB value is (129,137,134). Sum of RGB (Red+Green+Blue) = 129+137+134=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 137 - color contains mainly: green. Hex color #818986 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818986 is #7E7679. Grayscale: #868686. Windows color (decimal): -8287866 or 8817025. OLE color: 8817025.
HSL color Cylindrical-coordinate representation of color #818986: hue angle of 157.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #818986 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 134 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.46 |
| HSL | 157.5º | 0.03% | 0.52% | - |
| HSV(B) | 157.5º | 0.06% | 0.54% | - |
| XYZ | 22.3 | 24.28 | 26.07 | - |
| YUV | 134.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 134 | 0.06 | 0 | 0.02 | 0.46 | 157.5 | 0.03 | 0.52 |
| Hex | 81 | 89 | 86 | 6 | 0 | 2 | 2E | 9E | 3 | 34 |
| Octal | 201 | 211 | 206 | 6 | 0 | 2 | 56 | 236 | 3 | 64 |
| Binary | 10000001 | 10001001 | 10000110 | 110 | 0 | 10 | 101110 | 10011110 | 11 | 110100 |
Color Harmonies of #818986
Complementary color
Monochromatic Colors of #818986
Black with #818986
Text Example
Text Example
White with #818986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818986; }
p { color: rgb(129,137,134); }
H1.HeaderClassName
{
color: #818986;
}
.AnyTagClassName
{
color: #818986;
}
</style>
background-color css
<style>
a { background-color: #818986; }
a { background-color: rgb(129,137,134); }
div.DivClassName
{
background-color: #818986;
}
.BgClassName
{
background-color: #818986;
}
</style>
border-color css
<style>
span { border-color: #818986; }
span { border-color: rgb(129,137,134); }
td.TdClassName
{
border-color: #818986;
}
.TagClassName
{
border-color: #818986;
}
</style>