Shades of Granny Smith #87998F
Tints of Granny Smith #87998F
RGB
CMYK
RGB Variations
Color information
#87998F (or 0x87998F) is known color: Granny Smith. HEX triplet: 87, 99 and 8F. RGB value is (135,153,143). Sum of RGB (Red+Green+Blue) = 135+153+143=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #87998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87998F is #786670. Grayscale: #929292. Windows color (decimal): -7890545 or 9410951. OLE color: 9410951.
HSL color Cylindrical-coordinate representation of color #87998F: hue angle of 146.67º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #87998F is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 135 | 153 | 143 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.4 |
| HSL | 146.67º | 0.08% | 0.56% | - |
| HSV(B) | 146.67º | 0.12% | 0.6% | - |
| XYZ | 26.34 | 29.92 | 30.37 | - |
| YUV | 146.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 153 | 143 | 0.12 | 0 | 0.07 | 0.4 | 146.67 | 0.08 | 0.56 |
| Hex | 87 | 99 | 8F | C | 0 | 7 | 28 | 93 | 8 | 38 |
| Octal | 207 | 231 | 217 | 14 | 0 | 7 | 50 | 223 | 10 | 70 |
| Binary | 10000111 | 10011001 | 10001111 | 1100 | 0 | 111 | 101000 | 10010011 | 1000 | 111000 |
Color Harmonies of #87998F
Complementary color
Monochromatic Colors of #87998F
Black with #87998F
Text Example
Text Example
White with #87998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87998F; }
p { color: rgb(135,153,143); }
H1.HeaderClassName
{
color: #87998F;
}
.AnyTagClassName
{
color: #87998F;
}
</style>
background-color css
<style>
a { background-color: #87998F; }
a { background-color: rgb(135,153,143); }
div.DivClassName
{
background-color: #87998F;
}
.BgClassName
{
background-color: #87998F;
}
</style>
border-color css
<style>
span { border-color: #87998F; }
span { border-color: rgb(135,153,143); }
td.TdClassName
{
border-color: #87998F;
}
.TagClassName
{
border-color: #87998F;
}
</style>