Shades of Granny Smith #8B9B93
Tints of Granny Smith #8B9B93
RGB
CMYK
RGB Variations
Color information
#8B9B93 (or 0x8B9B93) is known color: Granny Smith. HEX triplet: 8B, 9B and 93. RGB value is (139,155,147). Sum of RGB (Red+Green+Blue) = 139+155+147=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 147 (57.81% from 255 or 33.33% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #8B9B93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9B93 is #74646C. Grayscale: #959595. Windows color (decimal): -7627885 or 9673611. OLE color: 9673611.
HSL color Cylindrical-coordinate representation of color #8B9B93: hue angle of 150º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B9B93 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 139 | 155 | 147 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.39 |
| HSL | 150º | 0.07% | 0.58% | - |
| HSV(B) | 150º | 0.1% | 0.61% | - |
| XYZ | 27.64 | 31.04 | 32.14 | - |
| YUV | 149.3 | 126.7 | 120.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 155 | 147 | 0.10 | 0 | 0.05 | 0.39 | 150 | 0.07 | 0.58 |
| Hex | 8B | 9B | 93 | A | 0 | 5 | 27 | 96 | 7 | 3A |
| Octal | 213 | 233 | 223 | 12 | 0 | 5 | 47 | 226 | 7 | 72 |
| Binary | 10001011 | 10011011 | 10010011 | 1010 | 0 | 101 | 100111 | 10010110 | 111 | 111010 |
Color Harmonies of #8B9B93
Complementary color
Monochromatic Colors of #8B9B93
Black with #8B9B93
Text Example
Text Example
White with #8B9B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9B93; }
p { color: rgb(139,155,147); }
H1.HeaderClassName
{
color: #8B9B93;
}
.AnyTagClassName
{
color: #8B9B93;
}
</style>
background-color css
<style>
a { background-color: #8B9B93; }
a { background-color: rgb(139,155,147); }
div.DivClassName
{
background-color: #8B9B93;
}
.BgClassName
{
background-color: #8B9B93;
}
</style>
border-color css
<style>
span { border-color: #8B9B93; }
span { border-color: rgb(139,155,147); }
td.TdClassName
{
border-color: #8B9B93;
}
.TagClassName
{
border-color: #8B9B93;
}
</style>