Shades of Granny Smith #828E89
Tints of Granny Smith #828E89
RGB
CMYK
RGB Variations
Color information
#828E89 (or 0x828E89) is known color: Granny Smith. HEX triplet: 82, 8E and 89. RGB value is (130,142,137). Sum of RGB (Red+Green+Blue) = 130+142+137=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 142 - color contains mainly: green. Hex color #828E89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828E89 is #7D7176. Grayscale: #898989. Windows color (decimal): -8221047 or 9014914. OLE color: 9014914.
HSL color Cylindrical-coordinate representation of color #828E89: hue angle of 155º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #828E89 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 142 | 137 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.44 |
| HSL | 155º | 0.05% | 0.53% | - |
| HSV(B) | 155º | 0.08% | 0.56% | - |
| XYZ | 23.39 | 25.9 | 27.43 | - |
| YUV | 137.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 142 | 137 | 0.08 | 0 | 0.04 | 0.44 | 155 | 0.05 | 0.53 |
| Hex | 82 | 8E | 89 | 8 | 0 | 4 | 2C | 9B | 5 | 35 |
| Octal | 202 | 216 | 211 | 10 | 0 | 4 | 54 | 233 | 5 | 65 |
| Binary | 10000010 | 10001110 | 10001001 | 1000 | 0 | 100 | 101100 | 10011011 | 101 | 110101 |
Color Harmonies of #828E89
Complementary color
Monochromatic Colors of #828E89
Black with #828E89
Text Example
Text Example
White with #828E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828E89; }
p { color: rgb(130,142,137); }
H1.HeaderClassName
{
color: #828E89;
}
.AnyTagClassName
{
color: #828E89;
}
</style>
background-color css
<style>
a { background-color: #828E89; }
a { background-color: rgb(130,142,137); }
div.DivClassName
{
background-color: #828E89;
}
.BgClassName
{
background-color: #828E89;
}
</style>
border-color css
<style>
span { border-color: #828E89; }
span { border-color: rgb(130,142,137); }
td.TdClassName
{
border-color: #828E89;
}
.TagClassName
{
border-color: #828E89;
}
</style>