Shades of Granny Smith #7B938B
Tints of Granny Smith #7B938B
RGB
CMYK
RGB Variations
Color information
#7B938B (or 0x7B938B) is known color: Granny Smith. HEX triplet: 7B, 93 and 8B. RGB value is (123,147,139). Sum of RGB (Red+Green+Blue) = 123+147+139=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 139 (54.69% from 255 or 33.99% from 409); Max value from RGB is 147 - color contains mainly: green. Hex color #7B938B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B938B is #846C74. Grayscale: #8A8A8A. Windows color (decimal): -8678517 or 9147259. OLE color: 9147259.
HSL color Cylindrical-coordinate representation of color #7B938B: hue angle of 160º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B938B is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 139 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.42 |
| HSL | 160º | 0.1% | 0.53% | - |
| HSV(B) | 160º | 0.16% | 0.58% | - |
| XYZ | 23.26 | 26.94 | 28.4 | - |
| YUV | 138.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 139 | 0.16 | 0 | 0.05 | 0.42 | 160 | 0.1 | 0.53 |
| Hex | 7B | 93 | 8B | 10 | 0 | 5 | 2A | A0 | A | 35 |
| Octal | 173 | 223 | 213 | 20 | 0 | 5 | 52 | 240 | 12 | 65 |
| Binary | 1111011 | 10010011 | 10001011 | 10000 | 0 | 101 | 101010 | 10100000 | 1010 | 110101 |
Color Harmonies of #7B938B
Complementary color
Monochromatic Colors of #7B938B
Black with #7B938B
Text Example
Text Example
White with #7B938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B938B; }
p { color: rgb(123,147,139); }
H1.HeaderClassName
{
color: #7B938B;
}
.AnyTagClassName
{
color: #7B938B;
}
</style>
background-color css
<style>
a { background-color: #7B938B; }
a { background-color: rgb(123,147,139); }
div.DivClassName
{
background-color: #7B938B;
}
.BgClassName
{
background-color: #7B938B;
}
</style>
border-color css
<style>
span { border-color: #7B938B; }
span { border-color: rgb(123,147,139); }
td.TdClassName
{
border-color: #7B938B;
}
.TagClassName
{
border-color: #7B938B;
}
</style>