Shades of Granny Smith #85908D
Tints of Granny Smith #85908D
RGB
CMYK
RGB Variations
Color information
#85908D (or 0x85908D) is known color: Granny Smith. HEX triplet: 85, 90 and 8D. RGB value is (133,144,141). Sum of RGB (Red+Green+Blue) = 133+144+141=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 144 - color contains mainly: green. Hex color #85908D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85908D is #7A6F72. Grayscale: #8C8C8C. Windows color (decimal): -8023923 or 9277573. OLE color: 9277573.
HSL color Cylindrical-coordinate representation of color #85908D: hue angle of 163.64º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #85908D is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 141 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.44 |
| HSL | 163.64º | 0.05% | 0.54% | - |
| HSV(B) | 163.64º | 0.08% | 0.56% | - |
| XYZ | 24.45 | 26.86 | 29.09 | - |
| YUV | 140.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 141 | 0.08 | 0 | 0.02 | 0.44 | 163.64 | 0.05 | 0.54 |
| Hex | 85 | 90 | 8D | 8 | 0 | 2 | 2C | A4 | 5 | 36 |
| Octal | 205 | 220 | 215 | 10 | 0 | 2 | 54 | 244 | 5 | 66 |
| Binary | 10000101 | 10010000 | 10001101 | 1000 | 0 | 10 | 101100 | 10100100 | 101 | 110110 |
Color Harmonies of #85908D
Complementary color
Monochromatic Colors of #85908D
Black with #85908D
Text Example
Text Example
White with #85908D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85908D; }
p { color: rgb(133,144,141); }
H1.HeaderClassName
{
color: #85908D;
}
.AnyTagClassName
{
color: #85908D;
}
</style>
background-color css
<style>
a { background-color: #85908D; }
a { background-color: rgb(133,144,141); }
div.DivClassName
{
background-color: #85908D;
}
.BgClassName
{
background-color: #85908D;
}
</style>
border-color css
<style>
span { border-color: #85908D; }
span { border-color: rgb(133,144,141); }
td.TdClassName
{
border-color: #85908D;
}
.TagClassName
{
border-color: #85908D;
}
</style>