Shades of Granny Smith #818B86
Tints of Granny Smith #818B86
RGB
CMYK
RGB Variations
Color information
#818B86 (or 0x818B86) is known color: Granny Smith. HEX triplet: 81, 8B and 86. RGB value is (129,139,134). Sum of RGB (Red+Green+Blue) = 129+139+134=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 134 (52.73% from 255 or 33.33% from 402); Max value from RGB is 139 - color contains mainly: green. Hex color #818B86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818B86 is #7E7479. Grayscale: #878787. Windows color (decimal): -8287354 or 8817537. OLE color: 8817537.
HSL color Cylindrical-coordinate representation of color #818B86: hue angle of 150º degrees, saturation: 0.04, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #818B86 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 129 | 139 | 134 | - |
| CMYK | 0.07 | 0 | 0.04 | 0.45 |
| HSL | 150º | 0.04% | 0.53% | - |
| HSV(B) | 150º | 0.07% | 0.55% | - |
| XYZ | 22.59 | 24.85 | 26.16 | - |
| YUV | 135.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 139 | 134 | 0.07 | 0 | 0.04 | 0.45 | 150 | 0.04 | 0.53 |
| Hex | 81 | 8B | 86 | 7 | 0 | 4 | 2D | 96 | 4 | 35 |
| Octal | 201 | 213 | 206 | 7 | 0 | 4 | 55 | 226 | 4 | 65 |
| Binary | 10000001 | 10001011 | 10000110 | 111 | 0 | 100 | 101101 | 10010110 | 100 | 110101 |
Color Harmonies of #818B86
Complementary color
Monochromatic Colors of #818B86
Black with #818B86
Text Example
Text Example
White with #818B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818B86; }
p { color: rgb(129,139,134); }
H1.HeaderClassName
{
color: #818B86;
}
.AnyTagClassName
{
color: #818B86;
}
</style>
background-color css
<style>
a { background-color: #818B86; }
a { background-color: rgb(129,139,134); }
div.DivClassName
{
background-color: #818B86;
}
.BgClassName
{
background-color: #818B86;
}
</style>
border-color css
<style>
span { border-color: #818B86; }
span { border-color: rgb(129,139,134); }
td.TdClassName
{
border-color: #818B86;
}
.TagClassName
{
border-color: #818B86;
}
</style>