Shades of Granny Smith #7B9586
Tints of Granny Smith #7B9586
RGB
CMYK
RGB Variations
Color information
#7B9586 (or 0x7B9586) is known color: Granny Smith. HEX triplet: 7B, 95 and 86. RGB value is (123,149,134). Sum of RGB (Red+Green+Blue) = 123+149+134=406 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.30% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #7B9586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9586 is #846A79. Grayscale: #8B8B8B. Windows color (decimal): -8678010 or 8820091. OLE color: 8820091.
HSL color Cylindrical-coordinate representation of color #7B9586: hue angle of 145.38º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B9586 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 149 | 134 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.42 |
| HSL | 145.38º | 0.11% | 0.53% | - |
| HSV(B) | 145.38º | 0.17% | 0.58% | - |
| XYZ | 23.22 | 27.43 | 26.62 | - |
| YUV | 139.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 149 | 134 | 0.17 | 0 | 0.10 | 0.42 | 145.38 | 0.11 | 0.53 |
| Hex | 7B | 95 | 86 | 11 | 0 | A | 2A | 91 | B | 35 |
| Octal | 173 | 225 | 206 | 21 | 0 | 12 | 52 | 221 | 13 | 65 |
| Binary | 1111011 | 10010101 | 10000110 | 10001 | 0 | 1010 | 101010 | 10010001 | 1011 | 110101 |
Color Harmonies of #7B9586
Complementary color
Monochromatic Colors of #7B9586
Black with #7B9586
Text Example
Text Example
White with #7B9586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9586; }
p { color: rgb(123,149,134); }
H1.HeaderClassName
{
color: #7B9586;
}
.AnyTagClassName
{
color: #7B9586;
}
</style>
background-color css
<style>
a { background-color: #7B9586; }
a { background-color: rgb(123,149,134); }
div.DivClassName
{
background-color: #7B9586;
}
.BgClassName
{
background-color: #7B9586;
}
</style>
border-color css
<style>
span { border-color: #7B9586; }
span { border-color: rgb(123,149,134); }
td.TdClassName
{
border-color: #7B9586;
}
.TagClassName
{
border-color: #7B9586;
}
</style>