Shades of Granny Smith #85908A
Tints of Granny Smith #85908A
RGB
CMYK
RGB Variations
Color information
#85908A (or 0x85908A) is known color: Granny Smith. HEX triplet: 85, 90 and 8A. RGB value is (133,144,138). Sum of RGB (Red+Green+Blue) = 133+144+138=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 144 - color contains mainly: green. Hex color #85908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85908A is #7A6F75. Grayscale: #8C8C8C. Windows color (decimal): -8023926 or 9080965. OLE color: 9080965.
HSL color Cylindrical-coordinate representation of color #85908A: hue angle of 147.27º 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 #85908A is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 144 | 138 | - |
| CMYK | 0.08 | 0 | 0.04 | 0.44 |
| HSL | 147.27º | 0.05% | 0.54% | - |
| HSV(B) | 147.27º | 0.08% | 0.56% | - |
| XYZ | 24.23 | 26.77 | 27.93 | - |
| YUV | 140.03 | 126.86 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 144 | 138 | 0.08 | 0 | 0.04 | 0.44 | 147.27 | 0.05 | 0.54 |
| Hex | 85 | 90 | 8A | 8 | 0 | 4 | 2C | 93 | 5 | 36 |
| Octal | 205 | 220 | 212 | 10 | 0 | 4 | 54 | 223 | 5 | 66 |
| Binary | 10000101 | 10010000 | 10001010 | 1000 | 0 | 100 | 101100 | 10010011 | 101 | 110110 |
Color Harmonies of #85908A
Complementary color
Monochromatic Colors of #85908A
Black with #85908A
Text Example
Text Example
White with #85908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85908A; }
p { color: rgb(133,144,138); }
H1.HeaderClassName
{
color: #85908A;
}
.AnyTagClassName
{
color: #85908A;
}
</style>
background-color css
<style>
a { background-color: #85908A; }
a { background-color: rgb(133,144,138); }
div.DivClassName
{
background-color: #85908A;
}
.BgClassName
{
background-color: #85908A;
}
</style>
border-color css
<style>
span { border-color: #85908A; }
span { border-color: rgb(133,144,138); }
td.TdClassName
{
border-color: #85908A;
}
.TagClassName
{
border-color: #85908A;
}
</style>