Shades of Granny Smith #85998E
Tints of Granny Smith #85998E
RGB
CMYK
RGB Variations
Color information
#85998E (or 0x85998E) is known color: Granny Smith. HEX triplet: 85, 99 and 8E. RGB value is (133,153,142). Sum of RGB (Red+Green+Blue) = 133+153+142=428 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.07% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #85998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85998E is #7A6671. Grayscale: #919191. Windows color (decimal): -8021618 or 9345413. OLE color: 9345413.
HSL color Cylindrical-coordinate representation of color #85998E: hue angle of 147º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #85998E is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 133 | 153 | 142 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.4 |
| HSL | 147º | 0.09% | 0.56% | - |
| HSV(B) | 147º | 0.13% | 0.6% | - |
| XYZ | 25.95 | 29.72 | 29.96 | - |
| YUV | 145.77 | 125.87 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 153 | 142 | 0.13 | 0 | 0.07 | 0.4 | 147 | 0.09 | 0.56 |
| Hex | 85 | 99 | 8E | D | 0 | 7 | 28 | 93 | 9 | 38 |
| Octal | 205 | 231 | 216 | 15 | 0 | 7 | 50 | 223 | 11 | 70 |
| Binary | 10000101 | 10011001 | 10001110 | 1101 | 0 | 111 | 101000 | 10010011 | 1001 | 111000 |
Color Harmonies of #85998E
Complementary color
Monochromatic Colors of #85998E
Black with #85998E
Text Example
Text Example
White with #85998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85998E; }
p { color: rgb(133,153,142); }
H1.HeaderClassName
{
color: #85998E;
}
.AnyTagClassName
{
color: #85998E;
}
</style>
background-color css
<style>
a { background-color: #85998E; }
a { background-color: rgb(133,153,142); }
div.DivClassName
{
background-color: #85998E;
}
.BgClassName
{
background-color: #85998E;
}
</style>
border-color css
<style>
span { border-color: #85998E; }
span { border-color: rgb(133,153,142); }
td.TdClassName
{
border-color: #85998E;
}
.TagClassName
{
border-color: #85998E;
}
</style>