Shades of Granny Smith #8A928E
Tints of Granny Smith #8A928E
RGB
CMYK
RGB Variations
Color information
#8A928E (or 0x8A928E) is known color: Granny Smith. HEX triplet: 8A, 92 and 8E. RGB value is (138,146,142). Sum of RGB (Red+Green+Blue) = 138+146+142=426 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.39% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #8A928E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A928E is #756D71. Grayscale: #8F8F8F. Windows color (decimal): -7695730 or 9343626. OLE color: 9343626.
HSL color Cylindrical-coordinate representation of color #8A928E: hue angle of 150º 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 #8A928E is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 138 | 146 | 142 | - |
| CMYK | 0.05 | 0 | 0.03 | 0.43 |
| HSL | 150º | 0.04% | 0.56% | - |
| HSV(B) | 150º | 0.05% | 0.57% | - |
| XYZ | 25.64 | 27.91 | 29.63 | - |
| YUV | 143.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 146 | 142 | 0.05 | 0 | 0.03 | 0.43 | 150 | 0.04 | 0.56 |
| Hex | 8A | 92 | 8E | 5 | 0 | 3 | 2B | 96 | 4 | 38 |
| Octal | 212 | 222 | 216 | 5 | 0 | 3 | 53 | 226 | 4 | 70 |
| Binary | 10001010 | 10010010 | 10001110 | 101 | 0 | 11 | 101011 | 10010110 | 100 | 111000 |
Color Harmonies of #8A928E
Complementary color
Monochromatic Colors of #8A928E
Black with #8A928E
Text Example
Text Example
White with #8A928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A928E; }
p { color: rgb(138,146,142); }
H1.HeaderClassName
{
color: #8A928E;
}
.AnyTagClassName
{
color: #8A928E;
}
</style>
background-color css
<style>
a { background-color: #8A928E; }
a { background-color: rgb(138,146,142); }
div.DivClassName
{
background-color: #8A928E;
}
.BgClassName
{
background-color: #8A928E;
}
</style>
border-color css
<style>
span { border-color: #8A928E; }
span { border-color: rgb(138,146,142); }
td.TdClassName
{
border-color: #8A928E;
}
.TagClassName
{
border-color: #8A928E;
}
</style>