Shades of Granny Smith #7B998F
Tints of Granny Smith #7B998F
RGB
CMYK
RGB Variations
Color information
#7B998F (or 0x7B998F) is known color: Granny Smith. HEX triplet: 7B, 99 and 8F. RGB value is (123,153,143). Sum of RGB (Red+Green+Blue) = 123+153+143=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 153 - color contains mainly: green. Hex color #7B998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B998F is #846670. Grayscale: #8E8E8E. Windows color (decimal): -8676977 or 9410939. OLE color: 9410939.
HSL color Cylindrical-coordinate representation of color #7B998F: hue angle of 160º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B998F is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 123 | 153 | 143 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.4 |
| HSL | 160º | 0.13% | 0.54% | - |
| HSV(B) | 160º | 0.2% | 0.6% | - |
| XYZ | 24.52 | 28.98 | 30.29 | - |
| YUV | 142.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 153 | 143 | 0.20 | 0 | 0.07 | 0.4 | 160 | 0.13 | 0.54 |
| Hex | 7B | 99 | 8F | 14 | 0 | 7 | 28 | A0 | D | 36 |
| Octal | 173 | 231 | 217 | 24 | 0 | 7 | 50 | 240 | 15 | 66 |
| Binary | 1111011 | 10011001 | 10001111 | 10100 | 0 | 111 | 101000 | 10100000 | 1101 | 110110 |
Color Harmonies of #7B998F
Complementary color
Monochromatic Colors of #7B998F
Black with #7B998F
Text Example
Text Example
White with #7B998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B998F; }
p { color: rgb(123,153,143); }
H1.HeaderClassName
{
color: #7B998F;
}
.AnyTagClassName
{
color: #7B998F;
}
</style>
background-color css
<style>
a { background-color: #7B998F; }
a { background-color: rgb(123,153,143); }
div.DivClassName
{
background-color: #7B998F;
}
.BgClassName
{
background-color: #7B998F;
}
</style>
border-color css
<style>
span { border-color: #7B998F; }
span { border-color: rgb(123,153,143); }
td.TdClassName
{
border-color: #7B998F;
}
.TagClassName
{
border-color: #7B998F;
}
</style>