Shades of Granny Smith #81908C
Tints of Granny Smith #81908C
RGB
CMYK
RGB Variations
Color information
#81908C (or 0x81908C) is known color: Granny Smith. HEX triplet: 81, 90 and 8C. RGB value is (129,144,140). Sum of RGB (Red+Green+Blue) = 129+144+140=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 144 - color contains mainly: green. Hex color #81908C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81908C is #7E6F73. Grayscale: #8B8B8B. Windows color (decimal): -8286068 or 9212033. OLE color: 9212033.
HSL color Cylindrical-coordinate representation of color #81908C: hue angle of 164º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #81908C is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 129 | 144 | 140 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.44 |
| HSL | 164º | 0.06% | 0.54% | - |
| HSV(B) | 164º | 0.1% | 0.56% | - |
| XYZ | 23.76 | 26.51 | 28.68 | - |
| YUV | 139.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 144 | 140 | 0.10 | 0 | 0.03 | 0.44 | 164 | 0.06 | 0.54 |
| Hex | 81 | 90 | 8C | A | 0 | 3 | 2C | A4 | 6 | 36 |
| Octal | 201 | 220 | 214 | 12 | 0 | 3 | 54 | 244 | 6 | 66 |
| Binary | 10000001 | 10010000 | 10001100 | 1010 | 0 | 11 | 101100 | 10100100 | 110 | 110110 |
Color Harmonies of #81908C
Complementary color
Monochromatic Colors of #81908C
Black with #81908C
Text Example
Text Example
White with #81908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81908C; }
p { color: rgb(129,144,140); }
H1.HeaderClassName
{
color: #81908C;
}
.AnyTagClassName
{
color: #81908C;
}
</style>
background-color css
<style>
a { background-color: #81908C; }
a { background-color: rgb(129,144,140); }
div.DivClassName
{
background-color: #81908C;
}
.BgClassName
{
background-color: #81908C;
}
</style>
border-color css
<style>
span { border-color: #81908C; }
span { border-color: rgb(129,144,140); }
td.TdClassName
{
border-color: #81908C;
}
.TagClassName
{
border-color: #81908C;
}
</style>