Shades of Granny Smith #7B9888
Tints of Granny Smith #7B9888
RGB
CMYK
RGB Variations
Color information
#7B9888 (or 0x7B9888) is known color: Granny Smith. HEX triplet: 7B, 98 and 88. RGB value is (123,152,136). Sum of RGB (Red+Green+Blue) = 123+152+136=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #7B9888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9888 is #846777. Grayscale: #8D8D8D. Windows color (decimal): -8677240 or 8951931. OLE color: 8951931.
HSL color Cylindrical-coordinate representation of color #7B9888: hue angle of 146.9º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #7B9888 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
RGB | 123 | 152 | 136 | - |
CMYK | 0.19 | 0 | 0.11 | 0.40 |
HSL | 146.9º | 0.12% | 0.54% | - |
HSV(B) | 146.9º | 0.19% | 0.6% | - |
XYZ | 23.84 | 28.45 | 27.53 | - |
YUV | 141.51 | 124.89 | 114.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 152 | 136 | 0.19 | 0 | 0.11 | 0.40 | 146.9 | 0.12 | 0.54 |
Hex | 7B | 98 | 88 | 13 | 0 | B | 28 | 93 | C | 36 |
Octal | 173 | 230 | 210 | 23 | 0 | 13 | 50 | 223 | 14 | 66 |
Binary | 1111011 | 10011000 | 10001000 | 10011 | 0 | 1011 | 101000 | 10010011 | 1100 | 110110 |
Color Harmonies of #7B9888
Complementary color
Monochromatic Colors of #7B9888
Black with #7B9888
Text Example
Text Example
White with #7B9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9888; }
p { color: rgb(123,152,136); }
H1.HeaderClassName
{
color: #7B9888;
}
.AnyTagClassName
{
color: #7B9888;
}
</style>
background-color css
<style>
a { background-color: #7B9888; }
a { background-color: rgb(123,152,136); }
div.DivClassName
{
background-color: #7B9888;
}
.BgClassName
{
background-color: #7B9888;
}
</style>
border-color css
<style>
span { border-color: #7B9888; }
span { border-color: rgb(123,152,136); }
td.TdClassName
{
border-color: #7B9888;
}
.TagClassName
{
border-color: #7B9888;
}
</style>