Shades of Granny Smith #828F89
Tints of Granny Smith #828F89
RGB
CMYK
RGB Variations
Color information
#828F89 (or 0x828F89) is known color: Granny Smith. HEX triplet: 82, 8F and 89. RGB value is (130,143,137). Sum of RGB (Red+Green+Blue) = 130+143+137=410 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.71% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 143 - color contains mainly: green. Hex color #828F89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F89 is #7D7076. Grayscale: #8A8A8A. Windows color (decimal): -8220791 or 9015170. OLE color: 9015170.
HSL color Cylindrical-coordinate representation of color #828F89: hue angle of 152.31º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #828F89 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 137 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.44 |
| HSL | 152.31º | 0.05% | 0.54% | - |
| HSV(B) | 152.31º | 0.09% | 0.56% | - |
| XYZ | 23.54 | 26.2 | 27.48 | - |
| YUV | 138.43 | 127.19 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 137 | 0.09 | 0 | 0.04 | 0.44 | 152.31 | 0.05 | 0.54 |
| Hex | 82 | 8F | 89 | 9 | 0 | 4 | 2C | 98 | 5 | 36 |
| Octal | 202 | 217 | 211 | 11 | 0 | 4 | 54 | 230 | 5 | 66 |
| Binary | 10000010 | 10001111 | 10001001 | 1001 | 0 | 100 | 101100 | 10011000 | 101 | 110110 |
Color Harmonies of #828F89
Complementary color
Monochromatic Colors of #828F89
Black with #828F89
Text Example
Text Example
White with #828F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F89; }
p { color: rgb(130,143,137); }
H1.HeaderClassName
{
color: #828F89;
}
.AnyTagClassName
{
color: #828F89;
}
</style>
background-color css
<style>
a { background-color: #828F89; }
a { background-color: rgb(130,143,137); }
div.DivClassName
{
background-color: #828F89;
}
.BgClassName
{
background-color: #828F89;
}
</style>
border-color css
<style>
span { border-color: #828F89; }
span { border-color: rgb(130,143,137); }
td.TdClassName
{
border-color: #828F89;
}
.TagClassName
{
border-color: #828F89;
}
</style>