Shades of Granny Smith #8A928F
Tints of Granny Smith #8A928F
RGB
CMYK
RGB Variations
Color information
#8A928F (or 0x8A928F) is known color: Granny Smith. HEX triplet: 8A, 92 and 8F. RGB value is (138,146,143). Sum of RGB (Red+Green+Blue) = 138+146+143=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 146 - color contains mainly: green. Hex color #8A928F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A928F is #756D70. Grayscale: #8F8F8F. Windows color (decimal): -7695729 or 9409162. OLE color: 9409162.
HSL color Cylindrical-coordinate representation of color #8A928F: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8A928F is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 143 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.43 |
| HSL | 157.5º | 0.04% | 0.56% | - |
| HSV(B) | 157.5º | 0.05% | 0.57% | - |
| XYZ | 25.72 | 27.94 | 30.02 | - |
| YUV | 143.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 143 | 0.05 | 0 | 0.02 | 0.43 | 157.5 | 0.04 | 0.56 |
| Hex | 8A | 92 | 8F | 5 | 0 | 2 | 2B | 9E | 4 | 38 |
| Octal | 212 | 222 | 217 | 5 | 0 | 2 | 53 | 236 | 4 | 70 |
| Binary | 10001010 | 10010010 | 10001111 | 101 | 0 | 10 | 101011 | 10011110 | 100 | 111000 |
Color Harmonies of #8A928F
Complementary color
Monochromatic Colors of #8A928F
Black with #8A928F
Text Example
Text Example
White with #8A928F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A928F; }
p { color: rgb(138,146,143); }
H1.HeaderClassName
{
color: #8A928F;
}
.AnyTagClassName
{
color: #8A928F;
}
</style>
background-color css
<style>
a { background-color: #8A928F; }
a { background-color: rgb(138,146,143); }
div.DivClassName
{
background-color: #8A928F;
}
.BgClassName
{
background-color: #8A928F;
}
</style>
border-color css
<style>
span { border-color: #8A928F; }
span { border-color: rgb(138,146,143); }
td.TdClassName
{
border-color: #8A928F;
}
.TagClassName
{
border-color: #8A928F;
}
</style>