Shades of Granny Smith #838B87
Tints of Granny Smith #838B87
RGB
CMYK
RGB Variations
Color information
#838B87 (or 0x838B87) is known color: Granny Smith. HEX triplet: 83, 8B and 87. RGB value is (131,139,135). Sum of RGB (Red+Green+Blue) = 131+139+135=405 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.35% from 405); Green value is 139 (54.69% from 255 or 34.32% from 405); Blue value is 135 (53.12% from 255 or 33.33% from 405); Max value from RGB is 139 - color contains mainly: green. Hex color #838B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838B87 is #7C7478. Grayscale: #888888. Windows color (decimal): -8156281 or 8883075. OLE color: 8883075.
HSL color Cylindrical-coordinate representation of color #838B87: hue angle of 150º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #838B87 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 139 | 135 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.45 |
| HSL | 150º | 0.03% | 0.53% | - |
| HSV(B) | 150º | 0.06% | 0.55% | - |
| XYZ | 22.97 | 25.04 | 26.54 | - |
| YUV | 136.15 | 127.35 | 124.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 139 | 135 | 0.06 | 0 | 0.03 | 0.45 | 150 | 0.03 | 0.53 |
| Hex | 83 | 8B | 87 | 6 | 0 | 3 | 2D | 96 | 3 | 35 |
| Octal | 203 | 213 | 207 | 6 | 0 | 3 | 55 | 226 | 3 | 65 |
| Binary | 10000011 | 10001011 | 10000111 | 110 | 0 | 11 | 101101 | 10010110 | 11 | 110101 |
Color Harmonies of #838B87
Complementary color
Monochromatic Colors of #838B87
Black with #838B87
Text Example
Text Example
White with #838B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838B87; }
p { color: rgb(131,139,135); }
H1.HeaderClassName
{
color: #838B87;
}
.AnyTagClassName
{
color: #838B87;
}
</style>
background-color css
<style>
a { background-color: #838B87; }
a { background-color: rgb(131,139,135); }
div.DivClassName
{
background-color: #838B87;
}
.BgClassName
{
background-color: #838B87;
}
</style>
border-color css
<style>
span { border-color: #838B87; }
span { border-color: rgb(131,139,135); }
td.TdClassName
{
border-color: #838B87;
}
.TagClassName
{
border-color: #838B87;
}
</style>