Shades of Granny Smith #828F8B
Tints of Granny Smith #828F8B
RGB
CMYK
RGB Variations
Color information
#828F8B (or 0x828F8B) is known color: Granny Smith. HEX triplet: 82, 8F and 8B. RGB value is (130,143,139). Sum of RGB (Red+Green+Blue) = 130+143+139=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 143 - color contains mainly: green. Hex color #828F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F8B is #7D7074. Grayscale: #8A8A8A. Windows color (decimal): -8220789 or 9146242. OLE color: 9146242.
HSL color Cylindrical-coordinate representation of color #828F8B: hue angle of 161.54º 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 #828F8B is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 139 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.44 |
| HSL | 161.54º | 0.05% | 0.54% | - |
| HSV(B) | 161.54º | 0.09% | 0.56% | - |
| XYZ | 23.69 | 26.25 | 28.25 | - |
| YUV | 138.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 139 | 0.09 | 0 | 0.03 | 0.44 | 161.54 | 0.05 | 0.54 |
| Hex | 82 | 8F | 8B | 9 | 0 | 3 | 2C | A2 | 5 | 36 |
| Octal | 202 | 217 | 213 | 11 | 0 | 3 | 54 | 242 | 5 | 66 |
| Binary | 10000010 | 10001111 | 10001011 | 1001 | 0 | 11 | 101100 | 10100010 | 101 | 110110 |
Color Harmonies of #828F8B
Complementary color
Monochromatic Colors of #828F8B
Black with #828F8B
Text Example
Text Example
White with #828F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F8B; }
p { color: rgb(130,143,139); }
H1.HeaderClassName
{
color: #828F8B;
}
.AnyTagClassName
{
color: #828F8B;
}
</style>
background-color css
<style>
a { background-color: #828F8B; }
a { background-color: rgb(130,143,139); }
div.DivClassName
{
background-color: #828F8B;
}
.BgClassName
{
background-color: #828F8B;
}
</style>
border-color css
<style>
span { border-color: #828F8B; }
span { border-color: rgb(130,143,139); }
td.TdClassName
{
border-color: #828F8B;
}
.TagClassName
{
border-color: #828F8B;
}
</style>