Shades of Granny Smith #83978F
Tints of Granny Smith #83978F
RGB
CMYK
RGB Variations
Color information
#83978F (or 0x83978F) is known color: Granny Smith. HEX triplet: 83, 97 and 8F. RGB value is (131,151,143). Sum of RGB (Red+Green+Blue) = 131+151+143=425 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.82% from 425); Green value is 151 (59.38% from 255 or 35.53% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 151 - color contains mainly: green. Hex color #83978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83978F is #7C6870. Grayscale: #909090. Windows color (decimal): -8153201 or 9410435. OLE color: 9410435.
HSL color Cylindrical-coordinate representation of color #83978F: hue angle of 156º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #83978F is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 151 | 143 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.41 |
| HSL | 156º | 0.09% | 0.55% | - |
| HSV(B) | 156º | 0.13% | 0.59% | - |
| XYZ | 25.38 | 28.94 | 30.23 | - |
| YUV | 144.11 | 127.37 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 151 | 143 | 0.13 | 0 | 0.05 | 0.41 | 156 | 0.09 | 0.55 |
| Hex | 83 | 97 | 8F | D | 0 | 5 | 29 | 9C | 9 | 37 |
| Octal | 203 | 227 | 217 | 15 | 0 | 5 | 51 | 234 | 11 | 67 |
| Binary | 10000011 | 10010111 | 10001111 | 1101 | 0 | 101 | 101001 | 10011100 | 1001 | 110111 |
Color Harmonies of #83978F
Complementary color
Monochromatic Colors of #83978F
Black with #83978F
Text Example
Text Example
White with #83978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83978F; }
p { color: rgb(131,151,143); }
H1.HeaderClassName
{
color: #83978F;
}
.AnyTagClassName
{
color: #83978F;
}
</style>
background-color css
<style>
a { background-color: #83978F; }
a { background-color: rgb(131,151,143); }
div.DivClassName
{
background-color: #83978F;
}
.BgClassName
{
background-color: #83978F;
}
</style>
border-color css
<style>
span { border-color: #83978F; }
span { border-color: rgb(131,151,143); }
td.TdClassName
{
border-color: #83978F;
}
.TagClassName
{
border-color: #83978F;
}
</style>