Shades of Granny Smith #85938E
Tints of Granny Smith #85938E
RGB
CMYK
RGB Variations
Color information
#85938E (or 0x85938E) is known color: Granny Smith. HEX triplet: 85, 93 and 8E. RGB value is (133,147,142). Sum of RGB (Red+Green+Blue) = 133+147+142=422 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.52% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #85938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85938E is #7A6C71. Grayscale: #8E8E8E. Windows color (decimal): -8023154 or 9343877. OLE color: 9343877.
HSL color Cylindrical-coordinate representation of color #85938E: hue angle of 158.57º 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 #85938E is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 133 | 147 | 142 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.42 |
| HSL | 158.57º | 0.06% | 0.55% | - |
| HSV(B) | 158.57º | 0.1% | 0.58% | - |
| XYZ | 24.99 | 27.81 | 29.64 | - |
| YUV | 142.24 | 127.86 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 142 | 0.10 | 0 | 0.03 | 0.42 | 158.57 | 0.06 | 0.55 |
| Hex | 85 | 93 | 8E | A | 0 | 3 | 2A | 9F | 6 | 37 |
| Octal | 205 | 223 | 216 | 12 | 0 | 3 | 52 | 237 | 6 | 67 |
| Binary | 10000101 | 10010011 | 10001110 | 1010 | 0 | 11 | 101010 | 10011111 | 110 | 110111 |
Color Harmonies of #85938E
Complementary color
Monochromatic Colors of #85938E
Black with #85938E
Text Example
Text Example
White with #85938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85938E; }
p { color: rgb(133,147,142); }
H1.HeaderClassName
{
color: #85938E;
}
.AnyTagClassName
{
color: #85938E;
}
</style>
background-color css
<style>
a { background-color: #85938E; }
a { background-color: rgb(133,147,142); }
div.DivClassName
{
background-color: #85938E;
}
.BgClassName
{
background-color: #85938E;
}
</style>
border-color css
<style>
span { border-color: #85938E; }
span { border-color: rgb(133,147,142); }
td.TdClassName
{
border-color: #85938E;
}
.TagClassName
{
border-color: #85938E;
}
</style>