Shades of Granny Smith #839C8F
Tints of Granny Smith #839C8F
RGB
CMYK
RGB Variations
Color information
#839C8F (or 0x839C8F) is known color: Granny Smith. HEX triplet: 83, 9C and 8F. RGB value is (131,156,143). Sum of RGB (Red+Green+Blue) = 131+156+143=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 156 - color contains mainly: green. Hex color #839C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839C8F is #7C6370. Grayscale: #939393. Windows color (decimal): -8151921 or 9411715. OLE color: 9411715.
HSL color Cylindrical-coordinate representation of color #839C8F: hue angle of 148.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #839C8F is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 131 | 156 | 143 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.39 |
| HSL | 148.8º | 0.11% | 0.56% | - |
| HSV(B) | 148.8º | 0.16% | 0.61% | - |
| XYZ | 26.21 | 30.59 | 30.51 | - |
| YUV | 147.04 | 125.72 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 156 | 143 | 0.16 | 0 | 0.08 | 0.39 | 148.8 | 0.11 | 0.56 |
| Hex | 83 | 9C | 8F | 10 | 0 | 8 | 27 | 95 | B | 38 |
| Octal | 203 | 234 | 217 | 20 | 0 | 10 | 47 | 225 | 13 | 70 |
| Binary | 10000011 | 10011100 | 10001111 | 10000 | 0 | 1000 | 100111 | 10010101 | 1011 | 111000 |
Color Harmonies of #839C8F
Complementary color
Monochromatic Colors of #839C8F
Black with #839C8F
Text Example
Text Example
White with #839C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #839C8F; }
p { color: rgb(131,156,143); }
H1.HeaderClassName
{
color: #839C8F;
}
.AnyTagClassName
{
color: #839C8F;
}
</style>
background-color css
<style>
a { background-color: #839C8F; }
a { background-color: rgb(131,156,143); }
div.DivClassName
{
background-color: #839C8F;
}
.BgClassName
{
background-color: #839C8F;
}
</style>
border-color css
<style>
span { border-color: #839C8F; }
span { border-color: rgb(131,156,143); }
td.TdClassName
{
border-color: #839C8F;
}
.TagClassName
{
border-color: #839C8F;
}
</style>