Shades of Granny Smith #8B9792
Tints of Granny Smith #8B9792
RGB
CMYK
RGB Variations
Color information
#8B9792 (or 0x8B9792) is known color: Granny Smith. HEX triplet: 8B, 97 and 92. RGB value is (139,151,146). Sum of RGB (Red+Green+Blue) = 139+151+146=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 151 (59.38% from 255 or 34.63% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9792 is #74686D. Grayscale: #929292. Windows color (decimal): -7628910 or 9607051. OLE color: 9607051.
HSL color Cylindrical-coordinate representation of color #8B9792: hue angle of 155º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B9792 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 146 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.41 |
| HSL | 155º | 0.05% | 0.57% | - |
| HSV(B) | 155º | 0.08% | 0.59% | - |
| XYZ | 26.9 | 29.7 | 31.51 | - |
| YUV | 146.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 146 | 0.08 | 0 | 0.03 | 0.41 | 155 | 0.05 | 0.57 |
| Hex | 8B | 97 | 92 | 8 | 0 | 3 | 29 | 9B | 5 | 39 |
| Octal | 213 | 227 | 222 | 10 | 0 | 3 | 51 | 233 | 5 | 71 |
| Binary | 10001011 | 10010111 | 10010010 | 1000 | 0 | 11 | 101001 | 10011011 | 101 | 111001 |
Color Harmonies of #8B9792
Complementary color
Monochromatic Colors of #8B9792
Black with #8B9792
Text Example
Text Example
White with #8B9792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9792; }
p { color: rgb(139,151,146); }
H1.HeaderClassName
{
color: #8B9792;
}
.AnyTagClassName
{
color: #8B9792;
}
</style>
background-color css
<style>
a { background-color: #8B9792; }
a { background-color: rgb(139,151,146); }
div.DivClassName
{
background-color: #8B9792;
}
.BgClassName
{
background-color: #8B9792;
}
</style>
border-color css
<style>
span { border-color: #8B9792; }
span { border-color: rgb(139,151,146); }
td.TdClassName
{
border-color: #8B9792;
}
.TagClassName
{
border-color: #8B9792;
}
</style>