Shades of Granny Smith #85938C
Tints of Granny Smith #85938C
RGB
CMYK
RGB Variations
Color information
#85938C (or 0x85938C) is known color: Granny Smith. HEX triplet: 85, 93 and 8C. RGB value is (133,147,140). Sum of RGB (Red+Green+Blue) = 133+147+140=420 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.67% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 147 - color contains mainly: green. Hex color #85938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85938C is #7A6C73. Grayscale: #8E8E8E. Windows color (decimal): -8023156 or 9212805. OLE color: 9212805.
HSL color Cylindrical-coordinate representation of color #85938C: hue angle of 150º degrees, saturation: 0.06, 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 #85938C is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 140 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.42 |
| HSL | 150º | 0.06% | 0.55% | - |
| HSV(B) | 150º | 0.1% | 0.58% | - |
| XYZ | 24.84 | 27.75 | 28.86 | - |
| YUV | 142.02 | 126.86 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 140 | 0.10 | 0 | 0.05 | 0.42 | 150 | 0.06 | 0.55 |
| Hex | 85 | 93 | 8C | A | 0 | 5 | 2A | 96 | 6 | 37 |
| Octal | 205 | 223 | 214 | 12 | 0 | 5 | 52 | 226 | 6 | 67 |
| Binary | 10000101 | 10010011 | 10001100 | 1010 | 0 | 101 | 101010 | 10010110 | 110 | 110111 |
Color Harmonies of #85938C
Complementary color
Monochromatic Colors of #85938C
Black with #85938C
Text Example
Text Example
White with #85938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85938C; }
p { color: rgb(133,147,140); }
H1.HeaderClassName
{
color: #85938C;
}
.AnyTagClassName
{
color: #85938C;
}
</style>
background-color css
<style>
a { background-color: #85938C; }
a { background-color: rgb(133,147,140); }
div.DivClassName
{
background-color: #85938C;
}
.BgClassName
{
background-color: #85938C;
}
</style>
border-color css
<style>
span { border-color: #85938C; }
span { border-color: rgb(133,147,140); }
td.TdClassName
{
border-color: #85938C;
}
.TagClassName
{
border-color: #85938C;
}
</style>