Shades of Granny Smith #848F8B
Tints of Granny Smith #848F8B
RGB
CMYK
RGB Variations
Color information
#848F8B (or 0x848F8B) is known color: Granny Smith. HEX triplet: 84, 8F and 8B. RGB value is (132,143,139). Sum of RGB (Red+Green+Blue) = 132+143+139=414 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.88% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 143 - color contains mainly: green. Hex color #848F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F8B is #7B7074. Grayscale: #8B8B8B. Windows color (decimal): -8089717 or 9146244. OLE color: 9146244.
HSL color Cylindrical-coordinate representation of color #848F8B: hue angle of 158.18º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #848F8B is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 139 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.44 |
| HSL | 158.18º | 0.05% | 0.54% | - |
| HSV(B) | 158.18º | 0.08% | 0.56% | - |
| XYZ | 24 | 26.41 | 28.26 | - |
| YUV | 139.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 139 | 0.08 | 0 | 0.03 | 0.44 | 158.18 | 0.05 | 0.54 |
| Hex | 84 | 8F | 8B | 8 | 0 | 3 | 2C | 9E | 5 | 36 |
| Octal | 204 | 217 | 213 | 10 | 0 | 3 | 54 | 236 | 5 | 66 |
| Binary | 10000100 | 10001111 | 10001011 | 1000 | 0 | 11 | 101100 | 10011110 | 101 | 110110 |
Color Harmonies of #848F8B
Complementary color
Monochromatic Colors of #848F8B
Black with #848F8B
Text Example
Text Example
White with #848F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F8B; }
p { color: rgb(132,143,139); }
H1.HeaderClassName
{
color: #848F8B;
}
.AnyTagClassName
{
color: #848F8B;
}
</style>
background-color css
<style>
a { background-color: #848F8B; }
a { background-color: rgb(132,143,139); }
div.DivClassName
{
background-color: #848F8B;
}
.BgClassName
{
background-color: #848F8B;
}
</style>
border-color css
<style>
span { border-color: #848F8B; }
span { border-color: rgb(132,143,139); }
td.TdClassName
{
border-color: #848F8B;
}
.TagClassName
{
border-color: #848F8B;
}
</style>