Shades of Granny Smith #8F9291
Tints of Granny Smith #8F9291
RGB
CMYK
RGB Variations
Color information
#8F9291 (or 0x8F9291) is known color: Granny Smith. HEX triplet: 8F, 92 and 91. RGB value is (143,146,145). Sum of RGB (Red+Green+Blue) = 143+146+145=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 145 (57.03% from 255 or 33.41% from 434); Max value from RGB is 146 - color contains mainly: green. Hex color #8F9291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9291 is #706D6E. Grayscale: #909090. Windows color (decimal): -7368047 or 9540239. OLE color: 9540239.
HSL color Cylindrical-coordinate representation of color #8F9291: hue angle of 160º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #8F9291 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 143 | 146 | 145 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.43 |
| HSL | 160º | 0.01% | 0.57% | - |
| HSV(B) | 160º | 0.02% | 0.57% | - |
| XYZ | 26.72 | 28.44 | 30.87 | - |
| YUV | 144.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 146 | 145 | 0.02 | 0 | 0.01 | 0.43 | 160 | 0.01 | 0.57 |
| Hex | 8F | 92 | 91 | 2 | 0 | 1 | 2B | A0 | 1 | 39 |
| Octal | 217 | 222 | 221 | 2 | 0 | 1 | 53 | 240 | 1 | 71 |
| Binary | 10001111 | 10010010 | 10010001 | 10 | 0 | 1 | 101011 | 10100000 | 1 | 111001 |
Color Harmonies of #8F9291
Complementary color
Monochromatic Colors of #8F9291
Black with #8F9291
Text Example
Text Example
White with #8F9291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9291; }
p { color: rgb(143,146,145); }
H1.HeaderClassName
{
color: #8F9291;
}
.AnyTagClassName
{
color: #8F9291;
}
</style>
background-color css
<style>
a { background-color: #8F9291; }
a { background-color: rgb(143,146,145); }
div.DivClassName
{
background-color: #8F9291;
}
.BgClassName
{
background-color: #8F9291;
}
</style>
border-color css
<style>
span { border-color: #8F9291; }
span { border-color: rgb(143,146,145); }
td.TdClassName
{
border-color: #8F9291;
}
.TagClassName
{
border-color: #8F9291;
}
</style>