Shades of Granny Smith #828F88
Tints of Granny Smith #828F88
RGB
CMYK
RGB Variations
Color information
#828F88 (or 0x828F88) is known color: Granny Smith. HEX triplet: 82, 8F and 88. RGB value is (130,143,136). Sum of RGB (Red+Green+Blue) = 130+143+136=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 143 (56.25% from 255 or 34.96% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 143 - color contains mainly: green. Hex color #828F88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828F88 is #7D7077. Grayscale: #8A8A8A. Windows color (decimal): -8220792 or 8949634. OLE color: 8949634.
HSL color Cylindrical-coordinate representation of color #828F88: hue angle of 147.69º 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 #828F88 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 130 | 143 | 136 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.44 |
| HSL | 147.69º | 0.05% | 0.54% | - |
| HSV(B) | 147.69º | 0.09% | 0.56% | - |
| XYZ | 23.47 | 26.17 | 27.11 | - |
| YUV | 138.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 143 | 136 | 0.09 | 0 | 0.05 | 0.44 | 147.69 | 0.05 | 0.54 |
| Hex | 82 | 8F | 88 | 9 | 0 | 5 | 2C | 94 | 5 | 36 |
| Octal | 202 | 217 | 210 | 11 | 0 | 5 | 54 | 224 | 5 | 66 |
| Binary | 10000010 | 10001111 | 10001000 | 1001 | 0 | 101 | 101100 | 10010100 | 101 | 110110 |
Color Harmonies of #828F88
Complementary color
Monochromatic Colors of #828F88
Black with #828F88
Text Example
Text Example
White with #828F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828F88; }
p { color: rgb(130,143,136); }
H1.HeaderClassName
{
color: #828F88;
}
.AnyTagClassName
{
color: #828F88;
}
</style>
background-color css
<style>
a { background-color: #828F88; }
a { background-color: rgb(130,143,136); }
div.DivClassName
{
background-color: #828F88;
}
.BgClassName
{
background-color: #828F88;
}
</style>
border-color css
<style>
span { border-color: #828F88; }
span { border-color: rgb(130,143,136); }
td.TdClassName
{
border-color: #828F88;
}
.TagClassName
{
border-color: #828F88;
}
</style>