Shades of Granny Smith #848F8A
Tints of Granny Smith #848F8A
RGB
CMYK
RGB Variations
Color information
#848F8A (or 0x848F8A) is known color: Granny Smith. HEX triplet: 84, 8F and 8A. RGB value is (132,143,138). Sum of RGB (Red+Green+Blue) = 132+143+138=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 143 (56.25% from 255 or 34.62% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 143 - color contains mainly: green. Hex color #848F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848F8A is #7B7075. Grayscale: #8B8B8B. Windows color (decimal): -8089718 or 9080708. OLE color: 9080708.
HSL color Cylindrical-coordinate representation of color #848F8A: hue angle of 152.73º 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 #848F8A is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 132 | 143 | 138 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.44 |
| HSL | 152.73º | 0.05% | 0.54% | - |
| HSV(B) | 152.73º | 0.08% | 0.56% | - |
| XYZ | 23.93 | 26.39 | 27.88 | - |
| YUV | 139.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 138 | 0.08 | 0 | 0.03 | 0.44 | 152.73 | 0.05 | 0.54 |
| Hex | 84 | 8F | 8A | 8 | 0 | 3 | 2C | 99 | 5 | 36 |
| Octal | 204 | 217 | 212 | 10 | 0 | 3 | 54 | 231 | 5 | 66 |
| Binary | 10000100 | 10001111 | 10001010 | 1000 | 0 | 11 | 101100 | 10011001 | 101 | 110110 |
Color Harmonies of #848F8A
Complementary color
Monochromatic Colors of #848F8A
Black with #848F8A
Text Example
Text Example
White with #848F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848F8A; }
p { color: rgb(132,143,138); }
H1.HeaderClassName
{
color: #848F8A;
}
.AnyTagClassName
{
color: #848F8A;
}
</style>
background-color css
<style>
a { background-color: #848F8A; }
a { background-color: rgb(132,143,138); }
div.DivClassName
{
background-color: #848F8A;
}
.BgClassName
{
background-color: #848F8A;
}
</style>
border-color css
<style>
span { border-color: #848F8A; }
span { border-color: rgb(132,143,138); }
td.TdClassName
{
border-color: #848F8A;
}
.TagClassName
{
border-color: #848F8A;
}
</style>