Shades of Granny Smith #8D908F
Tints of Granny Smith #8D908F
RGB
CMYK
RGB Variations
Color information
#8D908F (or 0x8D908F) is known color: Granny Smith. HEX triplet: 8D, 90 and 8F. RGB value is (141,144,143). Sum of RGB (Red+Green+Blue) = 141+144+143=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 144 - color contains mainly: green. Hex color #8D908F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D908F is #726F70. Grayscale: #8E8E8E. Windows color (decimal): -7499633 or 9408653. OLE color: 9408653.
HSL color Cylindrical-coordinate representation of color #8D908F: hue angle of 160º degrees, saturation: 0.01, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8D908F is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 144 | 143 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.44 |
| HSL | 160º | 0.01% | 0.56% | - |
| HSV(B) | 160º | 0.02% | 0.56% | - |
| XYZ | 25.92 | 27.59 | 29.95 | - |
| YUV | 142.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 144 | 143 | 0.02 | 0 | 0.01 | 0.44 | 160 | 0.01 | 0.56 |
| Hex | 8D | 90 | 8F | 2 | 0 | 1 | 2C | A0 | 1 | 38 |
| Octal | 215 | 220 | 217 | 2 | 0 | 1 | 54 | 240 | 1 | 70 |
| Binary | 10001101 | 10010000 | 10001111 | 10 | 0 | 1 | 101100 | 10100000 | 1 | 111000 |
Color Harmonies of #8D908F
Complementary color
Monochromatic Colors of #8D908F
Black with #8D908F
Text Example
Text Example
White with #8D908F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D908F; }
p { color: rgb(141,144,143); }
H1.HeaderClassName
{
color: #8D908F;
}
.AnyTagClassName
{
color: #8D908F;
}
</style>
background-color css
<style>
a { background-color: #8D908F; }
a { background-color: rgb(141,144,143); }
div.DivClassName
{
background-color: #8D908F;
}
.BgClassName
{
background-color: #8D908F;
}
</style>
border-color css
<style>
span { border-color: #8D908F; }
span { border-color: rgb(141,144,143); }
td.TdClassName
{
border-color: #8D908F;
}
.TagClassName
{
border-color: #8D908F;
}
</style>