Shades of Granny Smith #85948C
Tints of Granny Smith #85948C
RGB
CMYK
RGB Variations
Color information
#85948C (or 0x85948C) is known color: Granny Smith. HEX triplet: 85, 94 and 8C. RGB value is (133,148,140). Sum of RGB (Red+Green+Blue) = 133+148+140=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #85948C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85948C is #7A6B73. Grayscale: #8E8E8E. Windows color (decimal): -8022900 or 9213061. OLE color: 9213061.
HSL color Cylindrical-coordinate representation of color #85948C: hue angle of 148º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #85948C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 148 | 140 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.42 |
| HSL | 148º | 0.07% | 0.55% | - |
| HSV(B) | 148º | 0.1% | 0.58% | - |
| XYZ | 25 | 28.06 | 28.91 | - |
| YUV | 142.6 | 126.53 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 140 | 0.10 | 0 | 0.05 | 0.42 | 148 | 0.07 | 0.55 |
| Hex | 85 | 94 | 8C | A | 0 | 5 | 2A | 94 | 7 | 37 |
| Octal | 205 | 224 | 214 | 12 | 0 | 5 | 52 | 224 | 7 | 67 |
| Binary | 10000101 | 10010100 | 10001100 | 1010 | 0 | 101 | 101010 | 10010100 | 111 | 110111 |
Color Harmonies of #85948C
Complementary color
Monochromatic Colors of #85948C
Black with #85948C
Text Example
Text Example
White with #85948C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85948C; }
p { color: rgb(133,148,140); }
H1.HeaderClassName
{
color: #85948C;
}
.AnyTagClassName
{
color: #85948C;
}
</style>
background-color css
<style>
a { background-color: #85948C; }
a { background-color: rgb(133,148,140); }
div.DivClassName
{
background-color: #85948C;
}
.BgClassName
{
background-color: #85948C;
}
</style>
border-color css
<style>
span { border-color: #85948C; }
span { border-color: rgb(133,148,140); }
td.TdClassName
{
border-color: #85948C;
}
.TagClassName
{
border-color: #85948C;
}
</style>