Shades of Granny Smith #7B968C
Tints of Granny Smith #7B968C
RGB
CMYK
RGB Variations
Color information
#7B968C (or 0x7B968C) is known color: Granny Smith. HEX triplet: 7B, 96 and 8C. RGB value is (123,150,140). Sum of RGB (Red+Green+Blue) = 123+150+140=413 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.78% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 150 - color contains mainly: green. Hex color #7B968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B968C is #846973. Grayscale: #8C8C8C. Windows color (decimal): -8677748 or 9213563. OLE color: 9213563.
HSL color Cylindrical-coordinate representation of color #7B968C: hue angle of 157.78º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B968C is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 140 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.41 |
| HSL | 157.78º | 0.11% | 0.54% | - |
| HSV(B) | 157.78º | 0.18% | 0.59% | - |
| XYZ | 23.81 | 27.92 | 28.94 | - |
| YUV | 140.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 140 | 0.18 | 0 | 0.07 | 0.41 | 157.78 | 0.11 | 0.54 |
| Hex | 7B | 96 | 8C | 12 | 0 | 7 | 29 | 9E | B | 36 |
| Octal | 173 | 226 | 214 | 22 | 0 | 7 | 51 | 236 | 13 | 66 |
| Binary | 1111011 | 10010110 | 10001100 | 10010 | 0 | 111 | 101001 | 10011110 | 1011 | 110110 |
Color Harmonies of #7B968C
Complementary color
Monochromatic Colors of #7B968C
Black with #7B968C
Text Example
Text Example
White with #7B968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B968C; }
p { color: rgb(123,150,140); }
H1.HeaderClassName
{
color: #7B968C;
}
.AnyTagClassName
{
color: #7B968C;
}
</style>
background-color css
<style>
a { background-color: #7B968C; }
a { background-color: rgb(123,150,140); }
div.DivClassName
{
background-color: #7B968C;
}
.BgClassName
{
background-color: #7B968C;
}
</style>
border-color css
<style>
span { border-color: #7B968C; }
span { border-color: rgb(123,150,140); }
td.TdClassName
{
border-color: #7B968C;
}
.TagClassName
{
border-color: #7B968C;
}
</style>