Shades of Granny Smith #83958E
Tints of Granny Smith #83958E
RGB
CMYK
RGB Variations
Color information
#83958E (or 0x83958E) is known color: Granny Smith. HEX triplet: 83, 95 and 8E. RGB value is (131,149,142). Sum of RGB (Red+Green+Blue) = 131+149+142=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 149 - color contains mainly: green. Hex color #83958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83958E is #7C6A71. Grayscale: #8E8E8E. Windows color (decimal): -8153714 or 9344387. OLE color: 9344387.
HSL color Cylindrical-coordinate representation of color #83958E: hue angle of 156.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83958E is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 149 | 142 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.42 |
| HSL | 156.67º | 0.08% | 0.55% | - |
| HSV(B) | 156.67º | 0.12% | 0.58% | - |
| XYZ | 24.99 | 28.27 | 29.73 | - |
| YUV | 142.82 | 127.54 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 149 | 142 | 0.12 | 0 | 0.05 | 0.42 | 156.67 | 0.08 | 0.55 |
| Hex | 83 | 95 | 8E | C | 0 | 5 | 2A | 9D | 8 | 37 |
| Octal | 203 | 225 | 216 | 14 | 0 | 5 | 52 | 235 | 10 | 67 |
| Binary | 10000011 | 10010101 | 10001110 | 1100 | 0 | 101 | 101010 | 10011101 | 1000 | 110111 |
Color Harmonies of #83958E
Complementary color
Monochromatic Colors of #83958E
Black with #83958E
Text Example
Text Example
White with #83958E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83958E; }
p { color: rgb(131,149,142); }
H1.HeaderClassName
{
color: #83958E;
}
.AnyTagClassName
{
color: #83958E;
}
</style>
background-color css
<style>
a { background-color: #83958E; }
a { background-color: rgb(131,149,142); }
div.DivClassName
{
background-color: #83958E;
}
.BgClassName
{
background-color: #83958E;
}
</style>
border-color css
<style>
span { border-color: #83958E; }
span { border-color: rgb(131,149,142); }
td.TdClassName
{
border-color: #83958E;
}
.TagClassName
{
border-color: #83958E;
}
</style>