Shades of Granny Smith #808281
Tints of Granny Smith #808281
RGB
CMYK
RGB Variations
Color information
#808281 (or 0x808281) is known color: Granny Smith. HEX triplet: 80, 82 and 81. RGB value is (128,130,129). Sum of RGB (Red+Green+Blue) = 128+130+129=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 129 (50.78% from 255 or 33.33% from 387); Max value from RGB is 130 - color contains mainly: green. Hex color #808281 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808281 is #7F7D7E. Grayscale: #818181. Windows color (decimal): -8355199 or 8487552. OLE color: 8487552.
HSL color Cylindrical-coordinate representation of color #808281: hue angle of 150º degrees, saturation: 0.01, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #808281 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 130 | 129 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.49 |
| HSL | 150º | 0.01% | 0.51% | - |
| HSV(B) | 150º | 0.02% | 0.51% | - |
| XYZ | 20.85 | 22.14 | 23.94 | - |
| YUV | 129.29 | 127.84 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 130 | 129 | 0.02 | 0 | 0.01 | 0.49 | 150 | 0.01 | 0.51 |
| Hex | 80 | 82 | 81 | 2 | 0 | 1 | 31 | 96 | 1 | 33 |
| Octal | 200 | 202 | 201 | 2 | 0 | 1 | 61 | 226 | 1 | 63 |
| Binary | 10000000 | 10000010 | 10000001 | 10 | 0 | 1 | 110001 | 10010110 | 1 | 110011 |
Color Harmonies of #808281
Complementary color
Monochromatic Colors of #808281
Black with #808281
Text Example
Text Example
White with #808281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808281; }
p { color: rgb(128,130,129); }
H1.HeaderClassName
{
color: #808281;
}
.AnyTagClassName
{
color: #808281;
}
</style>
background-color css
<style>
a { background-color: #808281; }
a { background-color: rgb(128,130,129); }
div.DivClassName
{
background-color: #808281;
}
.BgClassName
{
background-color: #808281;
}
</style>
border-color css
<style>
span { border-color: #808281; }
span { border-color: rgb(128,130,129); }
td.TdClassName
{
border-color: #808281;
}
.TagClassName
{
border-color: #808281;
}
</style>