Shades of Granny Smith #83968B
Tints of Granny Smith #83968B
RGB
CMYK
RGB Variations
Color information
#83968B (or 0x83968B) is known color: Granny Smith. HEX triplet: 83, 96 and 8B. RGB value is (131,150,139). Sum of RGB (Red+Green+Blue) = 131+150+139=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 150 - color contains mainly: green. Hex color #83968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83968B is #7C6974. Grayscale: #8F8F8F. Windows color (decimal): -8153461 or 9148035. OLE color: 9148035.
HSL color Cylindrical-coordinate representation of color #83968B: hue angle of 145.26º degrees, saturation: 0.08, 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 #83968B is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 139 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.41 |
| HSL | 145.26º | 0.08% | 0.55% | - |
| HSV(B) | 145.26º | 0.13% | 0.59% | - |
| XYZ | 24.93 | 28.5 | 28.61 | - |
| YUV | 143.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 139 | 0.13 | 0 | 0.07 | 0.41 | 145.26 | 0.08 | 0.55 |
| Hex | 83 | 96 | 8B | D | 0 | 7 | 29 | 91 | 8 | 37 |
| Octal | 203 | 226 | 213 | 15 | 0 | 7 | 51 | 221 | 10 | 67 |
| Binary | 10000011 | 10010110 | 10001011 | 1101 | 0 | 111 | 101001 | 10010001 | 1000 | 110111 |
Color Harmonies of #83968B
Complementary color
Monochromatic Colors of #83968B
Black with #83968B
Text Example
Text Example
White with #83968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83968B; }
p { color: rgb(131,150,139); }
H1.HeaderClassName
{
color: #83968B;
}
.AnyTagClassName
{
color: #83968B;
}
</style>
background-color css
<style>
a { background-color: #83968B; }
a { background-color: rgb(131,150,139); }
div.DivClassName
{
background-color: #83968B;
}
.BgClassName
{
background-color: #83968B;
}
</style>
border-color css
<style>
span { border-color: #83968B; }
span { border-color: rgb(131,150,139); }
td.TdClassName
{
border-color: #83968B;
}
.TagClassName
{
border-color: #83968B;
}
</style>