Shades of Granny Smith #85918C
Tints of Granny Smith #85918C
RGB
CMYK
RGB Variations
Color information
#85918C (or 0x85918C) is known color: Granny Smith. HEX triplet: 85, 91 and 8C. RGB value is (133,145,140). Sum of RGB (Red+Green+Blue) = 133+145+140=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 145 - color contains mainly: green. Hex color #85918C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85918C is #7A6E73. Grayscale: #8C8C8C. Windows color (decimal): -8023668 or 9212293. OLE color: 9212293.
HSL color Cylindrical-coordinate representation of color #85918C: hue angle of 155º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85918C is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 133 | 145 | 140 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.43 |
| HSL | 155º | 0.05% | 0.55% | - |
| HSV(B) | 155º | 0.08% | 0.57% | - |
| XYZ | 24.53 | 27.13 | 28.75 | - |
| YUV | 140.84 | 127.52 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 145 | 140 | 0.08 | 0 | 0.03 | 0.43 | 155 | 0.05 | 0.55 |
| Hex | 85 | 91 | 8C | 8 | 0 | 3 | 2B | 9B | 5 | 37 |
| Octal | 205 | 221 | 214 | 10 | 0 | 3 | 53 | 233 | 5 | 67 |
| Binary | 10000101 | 10010001 | 10001100 | 1000 | 0 | 11 | 101011 | 10011011 | 101 | 110111 |
Color Harmonies of #85918C
Complementary color
Monochromatic Colors of #85918C
Black with #85918C
Text Example
Text Example
White with #85918C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85918C; }
p { color: rgb(133,145,140); }
H1.HeaderClassName
{
color: #85918C;
}
.AnyTagClassName
{
color: #85918C;
}
</style>
background-color css
<style>
a { background-color: #85918C; }
a { background-color: rgb(133,145,140); }
div.DivClassName
{
background-color: #85918C;
}
.BgClassName
{
background-color: #85918C;
}
</style>
border-color css
<style>
span { border-color: #85918C; }
span { border-color: rgb(133,145,140); }
td.TdClassName
{
border-color: #85918C;
}
.TagClassName
{
border-color: #85918C;
}
</style>