Shades of Granny Smith #7B988B
Tints of Granny Smith #7B988B
RGB
CMYK
RGB Variations
Color information
#7B988B (or 0x7B988B) is known color: Granny Smith. HEX triplet: 7B, 98 and 8B. RGB value is (123,152,139). Sum of RGB (Red+Green+Blue) = 123+152+139=414 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.71% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #7B988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B988B is #846774. Grayscale: #8D8D8D. Windows color (decimal): -8677237 or 9148539. OLE color: 9148539.
HSL color Cylindrical-coordinate representation of color #7B988B: hue angle of 153.1º 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 #7B988B is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 123 | 152 | 139 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.40 |
| HSL | 153.1º | 0.12% | 0.54% | - |
| HSV(B) | 153.1º | 0.19% | 0.6% | - |
| XYZ | 24.06 | 28.53 | 28.67 | - |
| YUV | 141.85 | 126.39 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 152 | 139 | 0.19 | 0 | 0.09 | 0.40 | 153.1 | 0.12 | 0.54 |
| Hex | 7B | 98 | 8B | 13 | 0 | 9 | 28 | 99 | C | 36 |
| Octal | 173 | 230 | 213 | 23 | 0 | 11 | 50 | 231 | 14 | 66 |
| Binary | 1111011 | 10011000 | 10001011 | 10011 | 0 | 1001 | 101000 | 10011001 | 1100 | 110110 |
Color Harmonies of #7B988B
Complementary color
Monochromatic Colors of #7B988B
Black with #7B988B
Text Example
Text Example
White with #7B988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B988B; }
p { color: rgb(123,152,139); }
H1.HeaderClassName
{
color: #7B988B;
}
.AnyTagClassName
{
color: #7B988B;
}
</style>
background-color css
<style>
a { background-color: #7B988B; }
a { background-color: rgb(123,152,139); }
div.DivClassName
{
background-color: #7B988B;
}
.BgClassName
{
background-color: #7B988B;
}
</style>
border-color css
<style>
span { border-color: #7B988B; }
span { border-color: rgb(123,152,139); }
td.TdClassName
{
border-color: #7B988B;
}
.TagClassName
{
border-color: #7B988B;
}
</style>