Shades of Granny Smith #85978E
Tints of Granny Smith #85978E
RGB
CMYK
RGB Variations
Color information
#85978E (or 0x85978E) is known color: Granny Smith. HEX triplet: 85, 97 and 8E. RGB value is (133,151,142). Sum of RGB (Red+Green+Blue) = 133+151+142=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 151 - color contains mainly: green. Hex color #85978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85978E is #7A6871. Grayscale: #909090. Windows color (decimal): -8022130 or 9344901. OLE color: 9344901.
HSL color Cylindrical-coordinate representation of color #85978E: hue angle of 150º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85978E is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 151 | 142 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.41 |
| HSL | 150º | 0.08% | 0.56% | - |
| HSV(B) | 150º | 0.12% | 0.59% | - |
| XYZ | 25.62 | 29.07 | 29.85 | - |
| YUV | 144.59 | 126.54 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 151 | 142 | 0.12 | 0 | 0.06 | 0.41 | 150 | 0.08 | 0.56 |
| Hex | 85 | 97 | 8E | C | 0 | 6 | 29 | 96 | 8 | 38 |
| Octal | 205 | 227 | 216 | 14 | 0 | 6 | 51 | 226 | 10 | 70 |
| Binary | 10000101 | 10010111 | 10001110 | 1100 | 0 | 110 | 101001 | 10010110 | 1000 | 111000 |
Color Harmonies of #85978E
Complementary color
Monochromatic Colors of #85978E
Black with #85978E
Text Example
Text Example
White with #85978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85978E; }
p { color: rgb(133,151,142); }
H1.HeaderClassName
{
color: #85978E;
}
.AnyTagClassName
{
color: #85978E;
}
</style>
background-color css
<style>
a { background-color: #85978E; }
a { background-color: rgb(133,151,142); }
div.DivClassName
{
background-color: #85978E;
}
.BgClassName
{
background-color: #85978E;
}
</style>
border-color css
<style>
span { border-color: #85978E; }
span { border-color: rgb(133,151,142); }
td.TdClassName
{
border-color: #85978E;
}
.TagClassName
{
border-color: #85978E;
}
</style>