Shades of Granny Smith #858C88
Tints of Granny Smith #858C88
RGB
CMYK
RGB Variations
Color information
#858C88 (or 0x858C88) is known color: Granny Smith. HEX triplet: 85, 8C and 88. RGB value is (133,140,136). Sum of RGB (Red+Green+Blue) = 133+140+136=409 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.52% from 409); Green value is 140 (55.08% from 255 or 34.23% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 140 - color contains mainly: green. Hex color #858C88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C88 is #7A7377. Grayscale: #898989. Windows color (decimal): -8024952 or 8948869. OLE color: 8948869.
HSL color Cylindrical-coordinate representation of color #858C88: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #858C88 is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
RGB | 133 | 140 | 136 | - |
CMYK | 0.05 | 0 | 0.03 | 0.45 |
HSL | 145.71º | 0.03% | 0.54% | - |
HSV(B) | 145.71º | 0.05% | 0.55% | - |
XYZ | 23.49 | 25.52 | 26.98 | - |
YUV | 137.45 | 127.18 | 124.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 140 | 136 | 0.05 | 0 | 0.03 | 0.45 | 145.71 | 0.03 | 0.54 |
Hex | 85 | 8C | 88 | 5 | 0 | 3 | 2D | 92 | 3 | 36 |
Octal | 205 | 214 | 210 | 5 | 0 | 3 | 55 | 222 | 3 | 66 |
Binary | 10000101 | 10001100 | 10001000 | 101 | 0 | 11 | 101101 | 10010010 | 11 | 110110 |
Color Harmonies of #858C88
Complementary color
Monochromatic Colors of #858C88
Black with #858C88
Text Example
Text Example
White with #858C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858C88; }
p { color: rgb(133,140,136); }
H1.HeaderClassName
{
color: #858C88;
}
.AnyTagClassName
{
color: #858C88;
}
</style>
background-color css
<style>
a { background-color: #858C88; }
a { background-color: rgb(133,140,136); }
div.DivClassName
{
background-color: #858C88;
}
.BgClassName
{
background-color: #858C88;
}
</style>
border-color css
<style>
span { border-color: #858C88; }
span { border-color: rgb(133,140,136); }
td.TdClassName
{
border-color: #858C88;
}
.TagClassName
{
border-color: #858C88;
}
</style>