Shades of Granny Smith #7B908A
Tints of Granny Smith #7B908A
RGB
CMYK
RGB Variations
Color information
#7B908A (or 0x7B908A) is known color: Granny Smith. HEX triplet: 7B, 90 and 8A. RGB value is (123,144,138). Sum of RGB (Red+Green+Blue) = 123+144+138=405 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.37% from 405); Green value is 144 (56.64% from 255 or 35.56% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 144 - color contains mainly: green. Hex color #7B908A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B908A is #846F75. Grayscale: #898989. Windows color (decimal): -8679286 or 9080955. OLE color: 9080955.
HSL color Cylindrical-coordinate representation of color #7B908A: hue angle of 162.86º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #7B908A is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 123 | 144 | 138 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.44 |
| HSL | 162.86º | 0.09% | 0.52% | - |
| HSV(B) | 162.86º | 0.15% | 0.56% | - |
| XYZ | 22.73 | 25.99 | 27.86 | - |
| YUV | 137.04 | 128.54 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 144 | 138 | 0.15 | 0 | 0.04 | 0.44 | 162.86 | 0.09 | 0.52 |
| Hex | 7B | 90 | 8A | F | 0 | 4 | 2C | A3 | 9 | 34 |
| Octal | 173 | 220 | 212 | 17 | 0 | 4 | 54 | 243 | 11 | 64 |
| Binary | 1111011 | 10010000 | 10001010 | 1111 | 0 | 100 | 101100 | 10100011 | 1001 | 110100 |
Color Harmonies of #7B908A
Complementary color
Monochromatic Colors of #7B908A
Black with #7B908A
Text Example
Text Example
White with #7B908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B908A; }
p { color: rgb(123,144,138); }
H1.HeaderClassName
{
color: #7B908A;
}
.AnyTagClassName
{
color: #7B908A;
}
</style>
background-color css
<style>
a { background-color: #7B908A; }
a { background-color: rgb(123,144,138); }
div.DivClassName
{
background-color: #7B908A;
}
.BgClassName
{
background-color: #7B908A;
}
</style>
border-color css
<style>
span { border-color: #7B908A; }
span { border-color: rgb(123,144,138); }
td.TdClassName
{
border-color: #7B908A;
}
.TagClassName
{
border-color: #7B908A;
}
</style>