Shades of Granny Smith #839D93
Tints of Granny Smith #839D93
RGB
CMYK
RGB Variations
Color information
#839D93 (or 0x839D93) is known color: Granny Smith. HEX triplet: 83, 9D and 93. RGB value is (131,157,147). Sum of RGB (Red+Green+Blue) = 131+157+147=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 157 (61.72% from 255 or 36.09% from 435); Blue value is 147 (57.81% from 255 or 33.79% from 435); Max value from RGB is 157 - color contains mainly: green. Hex color #839D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839D93 is #7C626C. Grayscale: #949494. Windows color (decimal): -8151661 or 9674115. OLE color: 9674115.
HSL color Cylindrical-coordinate representation of color #839D93: hue angle of 156.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #839D93 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 131 | 157 | 147 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.38 |
| HSL | 156.92º | 0.12% | 0.56% | - |
| HSV(B) | 156.92º | 0.17% | 0.62% | - |
| XYZ | 26.68 | 31.05 | 32.19 | - |
| YUV | 148.09 | 127.39 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 157 | 147 | 0.17 | 0 | 0.06 | 0.38 | 156.92 | 0.12 | 0.56 |
| Hex | 83 | 9D | 93 | 11 | 0 | 6 | 26 | 9D | C | 38 |
| Octal | 203 | 235 | 223 | 21 | 0 | 6 | 46 | 235 | 14 | 70 |
| Binary | 10000011 | 10011101 | 10010011 | 10001 | 0 | 110 | 100110 | 10011101 | 1100 | 111000 |
Color Harmonies of #839D93
Complementary color
Monochromatic Colors of #839D93
Black with #839D93
Text Example
Text Example
White with #839D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839D93; }
p { color: rgb(131,157,147); }
H1.HeaderClassName
{
color: #839D93;
}
.AnyTagClassName
{
color: #839D93;
}
</style>
background-color css
<style>
a { background-color: #839D93; }
a { background-color: rgb(131,157,147); }
div.DivClassName
{
background-color: #839D93;
}
.BgClassName
{
background-color: #839D93;
}
</style>
border-color css
<style>
span { border-color: #839D93; }
span { border-color: rgb(131,157,147); }
td.TdClassName
{
border-color: #839D93;
}
.TagClassName
{
border-color: #839D93;
}
</style>