Shades of Granny Smith #848D88
Tints of Granny Smith #848D88
RGB
CMYK
RGB Variations
Color information
#848D88 (or 0x848D88) is known color: Granny Smith. HEX triplet: 84, 8D and 88. RGB value is (132,141,136). Sum of RGB (Red+Green+Blue) = 132+141+136=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 141 (55.47% from 255 or 34.47% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 141 - color contains mainly: green. Hex color #848D88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848D88 is #7B7277. Grayscale: #898989. Windows color (decimal): -8090232 or 8949124. OLE color: 8949124.
HSL color Cylindrical-coordinate representation of color #848D88: hue angle of 146.67º degrees, saturation: 0.04, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #848D88 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 132 | 141 | 136 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.45 |
| HSL | 146.67º | 0.04% | 0.54% | - |
| HSV(B) | 146.67º | 0.06% | 0.55% | - |
| XYZ | 23.48 | 25.73 | 27.02 | - |
| YUV | 137.74 | 127.02 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 141 | 136 | 0.06 | 0 | 0.04 | 0.45 | 146.67 | 0.04 | 0.54 |
| Hex | 84 | 8D | 88 | 6 | 0 | 4 | 2D | 93 | 4 | 36 |
| Octal | 204 | 215 | 210 | 6 | 0 | 4 | 55 | 223 | 4 | 66 |
| Binary | 10000100 | 10001101 | 10001000 | 110 | 0 | 100 | 101101 | 10010011 | 100 | 110110 |
Color Harmonies of #848D88
Complementary color
Monochromatic Colors of #848D88
Black with #848D88
Text Example
Text Example
White with #848D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848D88; }
p { color: rgb(132,141,136); }
H1.HeaderClassName
{
color: #848D88;
}
.AnyTagClassName
{
color: #848D88;
}
</style>
background-color css
<style>
a { background-color: #848D88; }
a { background-color: rgb(132,141,136); }
div.DivClassName
{
background-color: #848D88;
}
.BgClassName
{
background-color: #848D88;
}
</style>
border-color css
<style>
span { border-color: #848D88; }
span { border-color: rgb(132,141,136); }
td.TdClassName
{
border-color: #848D88;
}
.TagClassName
{
border-color: #848D88;
}
</style>