Shades of Granny Smith #8C9692
Tints of Granny Smith #8C9692
RGB
CMYK
RGB Variations
Color information
#8C9692 (or 0x8C9692) is known color: Granny Smith. HEX triplet: 8C, 96 and 92. RGB value is (140,150,146). Sum of RGB (Red+Green+Blue) = 140+150+146=436 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.11% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 146 (57.42% from 255 or 33.49% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #8C9692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9692 is #73696D. Grayscale: #929292. Windows color (decimal): -7563630 or 9606796. OLE color: 9606796.
HSL color Cylindrical-coordinate representation of color #8C9692: hue angle of 156º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8C9692 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 140 | 150 | 146 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.41 |
| HSL | 156º | 0.05% | 0.57% | - |
| HSV(B) | 156º | 0.07% | 0.59% | - |
| XYZ | 26.91 | 29.46 | 31.46 | - |
| YUV | 146.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 150 | 146 | 0.07 | 0 | 0.03 | 0.41 | 156 | 0.05 | 0.57 |
| Hex | 8C | 96 | 92 | 7 | 0 | 3 | 29 | 9C | 5 | 39 |
| Octal | 214 | 226 | 222 | 7 | 0 | 3 | 51 | 234 | 5 | 71 |
| Binary | 10001100 | 10010110 | 10010010 | 111 | 0 | 11 | 101001 | 10011100 | 101 | 111001 |
Color Harmonies of #8C9692
Complementary color
Monochromatic Colors of #8C9692
Black with #8C9692
Text Example
Text Example
White with #8C9692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9692; }
p { color: rgb(140,150,146); }
H1.HeaderClassName
{
color: #8C9692;
}
.AnyTagClassName
{
color: #8C9692;
}
</style>
background-color css
<style>
a { background-color: #8C9692; }
a { background-color: rgb(140,150,146); }
div.DivClassName
{
background-color: #8C9692;
}
.BgClassName
{
background-color: #8C9692;
}
</style>
border-color css
<style>
span { border-color: #8C9692; }
span { border-color: rgb(140,150,146); }
td.TdClassName
{
border-color: #8C9692;
}
.TagClassName
{
border-color: #8C9692;
}
</style>