Shades of Granny Smith #879D92
Tints of Granny Smith #879D92
RGB
CMYK
RGB Variations
Color information
#879D92 (or 0x879D92) is known color: Granny Smith. HEX triplet: 87, 9D and 92. RGB value is (135,157,146). Sum of RGB (Red+Green+Blue) = 135+157+146=438 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.82% from 438); Green value is 157 (61.72% from 255 or 35.84% from 438); Blue value is 146 (57.42% from 255 or 33.33% from 438); Max value from RGB is 157 - color contains mainly: green. Hex color #879D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879D92 is #78626D. Grayscale: #959595. Windows color (decimal): -7889518 or 9608583. OLE color: 9608583.
HSL color Cylindrical-coordinate representation of color #879D92: hue angle of 150º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #879D92 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 135 | 157 | 146 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.38 |
| HSL | 150º | 0.1% | 0.57% | - |
| HSV(B) | 150º | 0.14% | 0.62% | - |
| XYZ | 27.24 | 31.34 | 31.81 | - |
| YUV | 149.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 157 | 146 | 0.14 | 0 | 0.07 | 0.38 | 150 | 0.1 | 0.57 |
| Hex | 87 | 9D | 92 | E | 0 | 7 | 26 | 96 | A | 39 |
| Octal | 207 | 235 | 222 | 16 | 0 | 7 | 46 | 226 | 12 | 71 |
| Binary | 10000111 | 10011101 | 10010010 | 1110 | 0 | 111 | 100110 | 10010110 | 1010 | 111001 |
Color Harmonies of #879D92
Complementary color
Monochromatic Colors of #879D92
Black with #879D92
Text Example
Text Example
White with #879D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879D92; }
p { color: rgb(135,157,146); }
H1.HeaderClassName
{
color: #879D92;
}
.AnyTagClassName
{
color: #879D92;
}
</style>
background-color css
<style>
a { background-color: #879D92; }
a { background-color: rgb(135,157,146); }
div.DivClassName
{
background-color: #879D92;
}
.BgClassName
{
background-color: #879D92;
}
</style>
border-color css
<style>
span { border-color: #879D92; }
span { border-color: rgb(135,157,146); }
td.TdClassName
{
border-color: #879D92;
}
.TagClassName
{
border-color: #879D92;
}
</style>