Shades of Granny Smith #8A948F
Tints of Granny Smith #8A948F
RGB
CMYK
RGB Variations
Color information
#8A948F (or 0x8A948F) is known color: Granny Smith. HEX triplet: 8A, 94 and 8F. RGB value is (138,148,143). Sum of RGB (Red+Green+Blue) = 138+148+143=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 148 - color contains mainly: green. Hex color #8A948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A948F is #756B70. Grayscale: #909090. Windows color (decimal): -7695217 or 9409674. OLE color: 9409674.
HSL color Cylindrical-coordinate representation of color #8A948F: hue angle of 150º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A948F is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 143 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.42 |
| HSL | 150º | 0.04% | 0.56% | - |
| HSV(B) | 150º | 0.07% | 0.58% | - |
| XYZ | 26.03 | 28.57 | 30.13 | - |
| YUV | 144.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 143 | 0.07 | 0 | 0.03 | 0.42 | 150 | 0.04 | 0.56 |
| Hex | 8A | 94 | 8F | 7 | 0 | 3 | 2A | 96 | 4 | 38 |
| Octal | 212 | 224 | 217 | 7 | 0 | 3 | 52 | 226 | 4 | 70 |
| Binary | 10001010 | 10010100 | 10001111 | 111 | 0 | 11 | 101010 | 10010110 | 100 | 111000 |
Color Harmonies of #8A948F
Complementary color
Monochromatic Colors of #8A948F
Black with #8A948F
Text Example
Text Example
White with #8A948F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A948F; }
p { color: rgb(138,148,143); }
H1.HeaderClassName
{
color: #8A948F;
}
.AnyTagClassName
{
color: #8A948F;
}
</style>
background-color css
<style>
a { background-color: #8A948F; }
a { background-color: rgb(138,148,143); }
div.DivClassName
{
background-color: #8A948F;
}
.BgClassName
{
background-color: #8A948F;
}
</style>
border-color css
<style>
span { border-color: #8A948F; }
span { border-color: rgb(138,148,143); }
td.TdClassName
{
border-color: #8A948F;
}
.TagClassName
{
border-color: #8A948F;
}
</style>