Shades of Granny Smith #859A8F
Tints of Granny Smith #859A8F
RGB
CMYK
RGB Variations
Color information
#859A8F (or 0x859A8F) is known color: Granny Smith. HEX triplet: 85, 9A and 8F. RGB value is (133,154,143). Sum of RGB (Red+Green+Blue) = 133+154+143=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 154 - color contains mainly: green. Hex color #859A8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859A8F is #7A6570. Grayscale: #929292. Windows color (decimal): -8021361 or 9411205. OLE color: 9411205.
HSL color Cylindrical-coordinate representation of color #859A8F: hue angle of 148.57º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #859A8F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 133 | 154 | 143 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.40 |
| HSL | 148.57º | 0.09% | 0.56% | - |
| HSV(B) | 148.57º | 0.14% | 0.6% | - |
| XYZ | 26.19 | 30.08 | 30.41 | - |
| YUV | 146.47 | 126.04 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 154 | 143 | 0.14 | 0 | 0.07 | 0.40 | 148.57 | 0.09 | 0.56 |
| Hex | 85 | 9A | 8F | E | 0 | 7 | 28 | 95 | 9 | 38 |
| Octal | 205 | 232 | 217 | 16 | 0 | 7 | 50 | 225 | 11 | 70 |
| Binary | 10000101 | 10011010 | 10001111 | 1110 | 0 | 111 | 101000 | 10010101 | 1001 | 111000 |
Color Harmonies of #859A8F
Complementary color
Monochromatic Colors of #859A8F
Black with #859A8F
Text Example
Text Example
White with #859A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859A8F; }
p { color: rgb(133,154,143); }
H1.HeaderClassName
{
color: #859A8F;
}
.AnyTagClassName
{
color: #859A8F;
}
</style>
background-color css
<style>
a { background-color: #859A8F; }
a { background-color: rgb(133,154,143); }
div.DivClassName
{
background-color: #859A8F;
}
.BgClassName
{
background-color: #859A8F;
}
</style>
border-color css
<style>
span { border-color: #859A8F; }
span { border-color: rgb(133,154,143); }
td.TdClassName
{
border-color: #859A8F;
}
.TagClassName
{
border-color: #859A8F;
}
</style>