Shades of Granny Smith #879B91
Tints of Granny Smith #879B91
RGB
CMYK
RGB Variations
Color information
#879B91 (or 0x879B91) is known color: Granny Smith. HEX triplet: 87, 9B and 91. RGB value is (135,155,145). Sum of RGB (Red+Green+Blue) = 135+155+145=435 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.03% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 155 - color contains mainly: green. Hex color #879B91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879B91 is #78646E. Grayscale: #939393. Windows color (decimal): -7890031 or 9542535. OLE color: 9542535.
HSL color Cylindrical-coordinate representation of color #879B91: hue angle of 150º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #879B91 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 135 | 155 | 145 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.39 |
| HSL | 150º | 0.09% | 0.57% | - |
| HSV(B) | 150º | 0.13% | 0.61% | - |
| XYZ | 26.82 | 30.64 | 31.29 | - |
| YUV | 147.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 145 | 0.13 | 0 | 0.06 | 0.39 | 150 | 0.09 | 0.57 |
| Hex | 87 | 9B | 91 | D | 0 | 6 | 27 | 96 | 9 | 39 |
| Octal | 207 | 233 | 221 | 15 | 0 | 6 | 47 | 226 | 11 | 71 |
| Binary | 10000111 | 10011011 | 10010001 | 1101 | 0 | 110 | 100111 | 10010110 | 1001 | 111001 |
Color Harmonies of #879B91
Complementary color
Monochromatic Colors of #879B91
Black with #879B91
Text Example
Text Example
White with #879B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879B91; }
p { color: rgb(135,155,145); }
H1.HeaderClassName
{
color: #879B91;
}
.AnyTagClassName
{
color: #879B91;
}
</style>
background-color css
<style>
a { background-color: #879B91; }
a { background-color: rgb(135,155,145); }
div.DivClassName
{
background-color: #879B91;
}
.BgClassName
{
background-color: #879B91;
}
</style>
border-color css
<style>
span { border-color: #879B91; }
span { border-color: rgb(135,155,145); }
td.TdClassName
{
border-color: #879B91;
}
.TagClassName
{
border-color: #879B91;
}
</style>