Shades of Granny Smith #85968F
Tints of Granny Smith #85968F
RGB
CMYK
RGB Variations
Color information
#85968F (or 0x85968F) is known color: Granny Smith. HEX triplet: 85, 96 and 8F. RGB value is (133,150,143). Sum of RGB (Red+Green+Blue) = 133+150+143=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 143 (56.25% from 255 or 33.57% from 426); Max value from RGB is 150 - color contains mainly: green. Hex color #85968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85968F is #7A6970. Grayscale: #909090. Windows color (decimal): -8022385 or 9410181. OLE color: 9410181.
HSL color Cylindrical-coordinate representation of color #85968F: hue angle of 155.29º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #85968F is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 133 | 150 | 143 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.41 |
| HSL | 155.29º | 0.07% | 0.55% | - |
| HSV(B) | 155.29º | 0.11% | 0.59% | - |
| XYZ | 25.54 | 28.78 | 30.2 | - |
| YUV | 144.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 150 | 143 | 0.11 | 0 | 0.05 | 0.41 | 155.29 | 0.07 | 0.55 |
| Hex | 85 | 96 | 8F | B | 0 | 5 | 29 | 9B | 7 | 37 |
| Octal | 205 | 226 | 217 | 13 | 0 | 5 | 51 | 233 | 7 | 67 |
| Binary | 10000101 | 10010110 | 10001111 | 1011 | 0 | 101 | 101001 | 10011011 | 111 | 110111 |
Color Harmonies of #85968F
Complementary color
Monochromatic Colors of #85968F
Black with #85968F
Text Example
Text Example
White with #85968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85968F; }
p { color: rgb(133,150,143); }
H1.HeaderClassName
{
color: #85968F;
}
.AnyTagClassName
{
color: #85968F;
}
</style>
background-color css
<style>
a { background-color: #85968F; }
a { background-color: rgb(133,150,143); }
div.DivClassName
{
background-color: #85968F;
}
.BgClassName
{
background-color: #85968F;
}
</style>
border-color css
<style>
span { border-color: #85968F; }
span { border-color: rgb(133,150,143); }
td.TdClassName
{
border-color: #85968F;
}
.TagClassName
{
border-color: #85968F;
}
</style>