Shades of Granny Smith #83968C
Tints of Granny Smith #83968C
RGB
CMYK
RGB Variations
Color information
#83968C (or 0x83968C) is known color: Granny Smith. HEX triplet: 83, 96 and 8C. RGB value is (131,150,140). Sum of RGB (Red+Green+Blue) = 131+150+140=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 150 - color contains mainly: green. Hex color #83968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83968C is #7C6973. Grayscale: #8F8F8F. Windows color (decimal): -8153460 or 9213571. OLE color: 9213571.
HSL color Cylindrical-coordinate representation of color #83968C: hue angle of 148.42º 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 #83968C is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 131 | 150 | 140 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.41 |
| HSL | 148.42º | 0.08% | 0.55% | - |
| HSV(B) | 148.42º | 0.13% | 0.59% | - |
| XYZ | 25 | 28.53 | 29 | - |
| YUV | 143.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 150 | 140 | 0.13 | 0 | 0.07 | 0.41 | 148.42 | 0.08 | 0.55 |
| Hex | 83 | 96 | 8C | D | 0 | 7 | 29 | 94 | 8 | 37 |
| Octal | 203 | 226 | 214 | 15 | 0 | 7 | 51 | 224 | 10 | 67 |
| Binary | 10000011 | 10010110 | 10001100 | 1101 | 0 | 111 | 101001 | 10010100 | 1000 | 110111 |
Color Harmonies of #83968C
Complementary color
Monochromatic Colors of #83968C
Black with #83968C
Text Example
Text Example
White with #83968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83968C; }
p { color: rgb(131,150,140); }
H1.HeaderClassName
{
color: #83968C;
}
.AnyTagClassName
{
color: #83968C;
}
</style>
background-color css
<style>
a { background-color: #83968C; }
a { background-color: rgb(131,150,140); }
div.DivClassName
{
background-color: #83968C;
}
.BgClassName
{
background-color: #83968C;
}
</style>
border-color css
<style>
span { border-color: #83968C; }
span { border-color: rgb(131,150,140); }
td.TdClassName
{
border-color: #83968C;
}
.TagClassName
{
border-color: #83968C;
}
</style>