Shades of Granny Smith #81918D
Tints of Granny Smith #81918D
RGB
CMYK
RGB Variations
Color information
#81918D (or 0x81918D) is known color: Granny Smith. HEX triplet: 81, 91 and 8D. RGB value is (129,145,141). Sum of RGB (Red+Green+Blue) = 129+145+141=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 145 (57.03% from 255 or 34.94% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 145 - color contains mainly: green. Hex color #81918D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81918D is #7E6E72. Grayscale: #8B8B8B. Windows color (decimal): -8285811 or 9277825. OLE color: 9277825.
HSL color Cylindrical-coordinate representation of color #81918D: hue angle of 165º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #81918D is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 129 | 145 | 141 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.43 |
| HSL | 165º | 0.07% | 0.54% | - |
| HSV(B) | 165º | 0.11% | 0.57% | - |
| XYZ | 23.99 | 26.84 | 29.12 | - |
| YUV | 139.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 145 | 141 | 0.11 | 0 | 0.03 | 0.43 | 165 | 0.07 | 0.54 |
| Hex | 81 | 91 | 8D | B | 0 | 3 | 2B | A5 | 7 | 36 |
| Octal | 201 | 221 | 215 | 13 | 0 | 3 | 53 | 245 | 7 | 66 |
| Binary | 10000001 | 10010001 | 10001101 | 1011 | 0 | 11 | 101011 | 10100101 | 111 | 110110 |
Color Harmonies of #81918D
Complementary color
Monochromatic Colors of #81918D
Black with #81918D
Text Example
Text Example
White with #81918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81918D; }
p { color: rgb(129,145,141); }
H1.HeaderClassName
{
color: #81918D;
}
.AnyTagClassName
{
color: #81918D;
}
</style>
background-color css
<style>
a { background-color: #81918D; }
a { background-color: rgb(129,145,141); }
div.DivClassName
{
background-color: #81918D;
}
.BgClassName
{
background-color: #81918D;
}
</style>
border-color css
<style>
span { border-color: #81918D; }
span { border-color: rgb(129,145,141); }
td.TdClassName
{
border-color: #81918D;
}
.TagClassName
{
border-color: #81918D;
}
</style>