Shades of Granny Smith #7B978E
Tints of Granny Smith #7B978E
RGB
CMYK
RGB Variations
Color information
#7B978E (or 0x7B978E) is known color: Granny Smith. HEX triplet: 7B, 97 and 8E. RGB value is (123,151,142). Sum of RGB (Red+Green+Blue) = 123+151+142=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #7B978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B978E is #846871. Grayscale: #8D8D8D. Windows color (decimal): -8677490 or 9344891. OLE color: 9344891.
HSL color Cylindrical-coordinate representation of color #7B978E: hue angle of 160.71º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B978E is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 151 | 142 | - |
| CMYK | 0.19 | 0 | 0.06 | 0.41 |
| HSL | 160.71º | 0.12% | 0.54% | - |
| HSV(B) | 160.71º | 0.19% | 0.59% | - |
| XYZ | 24.12 | 28.3 | 29.78 | - |
| YUV | 141.6 | 128.22 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 151 | 142 | 0.19 | 0 | 0.06 | 0.41 | 160.71 | 0.12 | 0.54 |
| Hex | 7B | 97 | 8E | 13 | 0 | 6 | 29 | A1 | C | 36 |
| Octal | 173 | 227 | 216 | 23 | 0 | 6 | 51 | 241 | 14 | 66 |
| Binary | 1111011 | 10010111 | 10001110 | 10011 | 0 | 110 | 101001 | 10100001 | 1100 | 110110 |
Color Harmonies of #7B978E
Complementary color
Monochromatic Colors of #7B978E
Black with #7B978E
Text Example
Text Example
White with #7B978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B978E; }
p { color: rgb(123,151,142); }
H1.HeaderClassName
{
color: #7B978E;
}
.AnyTagClassName
{
color: #7B978E;
}
</style>
background-color css
<style>
a { background-color: #7B978E; }
a { background-color: rgb(123,151,142); }
div.DivClassName
{
background-color: #7B978E;
}
.BgClassName
{
background-color: #7B978E;
}
</style>
border-color css
<style>
span { border-color: #7B978E; }
span { border-color: rgb(123,151,142); }
td.TdClassName
{
border-color: #7B978E;
}
.TagClassName
{
border-color: #7B978E;
}
</style>