Shades of Granny Smith #83948D
Tints of Granny Smith #83948D
RGB
CMYK
RGB Variations
Color information
#83948D (or 0x83948D) is known color: Granny Smith. HEX triplet: 83, 94 and 8D. RGB value is (131,148,141). Sum of RGB (Red+Green+Blue) = 131+148+141=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 148 - color contains mainly: green. Hex color #83948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83948D is #7C6B72. Grayscale: #8E8E8E. Windows color (decimal): -8153971 or 9278595. OLE color: 9278595.
HSL color Cylindrical-coordinate representation of color #83948D: hue angle of 155.29º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #83948D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 131 | 148 | 141 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.42 |
| HSL | 155.29º | 0.07% | 0.55% | - |
| HSV(B) | 155.29º | 0.11% | 0.58% | - |
| XYZ | 24.76 | 27.93 | 29.29 | - |
| YUV | 142.12 | 127.37 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 148 | 141 | 0.11 | 0 | 0.05 | 0.42 | 155.29 | 0.07 | 0.55 |
| Hex | 83 | 94 | 8D | B | 0 | 5 | 2A | 9B | 7 | 37 |
| Octal | 203 | 224 | 215 | 13 | 0 | 5 | 52 | 233 | 7 | 67 |
| Binary | 10000011 | 10010100 | 10001101 | 1011 | 0 | 101 | 101010 | 10011011 | 111 | 110111 |
Color Harmonies of #83948D
Complementary color
Monochromatic Colors of #83948D
Black with #83948D
Text Example
Text Example
White with #83948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83948D; }
p { color: rgb(131,148,141); }
H1.HeaderClassName
{
color: #83948D;
}
.AnyTagClassName
{
color: #83948D;
}
</style>
background-color css
<style>
a { background-color: #83948D; }
a { background-color: rgb(131,148,141); }
div.DivClassName
{
background-color: #83948D;
}
.BgClassName
{
background-color: #83948D;
}
</style>
border-color css
<style>
span { border-color: #83948D; }
span { border-color: rgb(131,148,141); }
td.TdClassName
{
border-color: #83948D;
}
.TagClassName
{
border-color: #83948D;
}
</style>