Shades of Granny Smith #7BA097
Tints of Granny Smith #7BA097
RGB
CMYK
RGB Variations
Color information
#7BA097 (or 0x7BA097) is known color: Granny Smith. HEX triplet: 7B, A0 and 97. RGB value is (123,160,151). Sum of RGB (Red+Green+Blue) = 123+160+151=434 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.34% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 151 (59.38% from 255 or 34.79% from 434); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA097 is #845F68. Grayscale: #939393. Windows color (decimal): -8675177 or 9937019. OLE color: 9937019.
HSL color Cylindrical-coordinate representation of color #7BA097: hue angle of 165.41º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7BA097 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 151 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.37 |
| HSL | 165.41º | 0.16% | 0.55% | - |
| HSV(B) | 165.41º | 0.23% | 0.63% | - |
| XYZ | 26.33 | 31.59 | 33.99 | - |
| YUV | 147.91 | 129.74 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 151 | 0.23 | 0 | 0.06 | 0.37 | 165.41 | 0.16 | 0.55 |
| Hex | 7B | A0 | 97 | 17 | 0 | 6 | 25 | A5 | 10 | 37 |
| Octal | 173 | 240 | 227 | 27 | 0 | 6 | 45 | 245 | 20 | 67 |
| Binary | 1111011 | 10100000 | 10010111 | 10111 | 0 | 110 | 100101 | 10100101 | 10000 | 110111 |
Color Harmonies of #7BA097
Complementary color
Monochromatic Colors of #7BA097
Black with #7BA097
Text Example
Text Example
White with #7BA097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA097; }
p { color: rgb(123,160,151); }
H1.HeaderClassName
{
color: #7BA097;
}
.AnyTagClassName
{
color: #7BA097;
}
</style>
background-color css
<style>
a { background-color: #7BA097; }
a { background-color: rgb(123,160,151); }
div.DivClassName
{
background-color: #7BA097;
}
.BgClassName
{
background-color: #7BA097;
}
</style>
border-color css
<style>
span { border-color: #7BA097; }
span { border-color: rgb(123,160,151); }
td.TdClassName
{
border-color: #7BA097;
}
.TagClassName
{
border-color: #7BA097;
}
</style>