Shades of Granny Smith #7B928A
Tints of Granny Smith #7B928A
RGB
CMYK
RGB Variations
Color information
#7B928A (or 0x7B928A) is known color: Granny Smith. HEX triplet: 7B, 92 and 8A. RGB value is (123,146,138). Sum of RGB (Red+Green+Blue) = 123+146+138=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 146 - color contains mainly: green. Hex color #7B928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B928A is #846D75. Grayscale: #8A8A8A. Windows color (decimal): -8678774 or 9081467. OLE color: 9081467.
HSL color Cylindrical-coordinate representation of color #7B928A: hue angle of 159.13º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7B928A is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 138 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.43 |
| HSL | 159.13º | 0.1% | 0.53% | - |
| HSV(B) | 159.13º | 0.16% | 0.57% | - |
| XYZ | 23.03 | 26.6 | 27.97 | - |
| YUV | 138.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 138 | 0.16 | 0 | 0.05 | 0.43 | 159.13 | 0.1 | 0.53 |
| Hex | 7B | 92 | 8A | 10 | 0 | 5 | 2B | 9F | A | 35 |
| Octal | 173 | 222 | 212 | 20 | 0 | 5 | 53 | 237 | 12 | 65 |
| Binary | 1111011 | 10010010 | 10001010 | 10000 | 0 | 101 | 101011 | 10011111 | 1010 | 110101 |
Color Harmonies of #7B928A
Complementary color
Monochromatic Colors of #7B928A
Black with #7B928A
Text Example
Text Example
White with #7B928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B928A; }
p { color: rgb(123,146,138); }
H1.HeaderClassName
{
color: #7B928A;
}
.AnyTagClassName
{
color: #7B928A;
}
</style>
background-color css
<style>
a { background-color: #7B928A; }
a { background-color: rgb(123,146,138); }
div.DivClassName
{
background-color: #7B928A;
}
.BgClassName
{
background-color: #7B928A;
}
</style>
border-color css
<style>
span { border-color: #7B928A; }
span { border-color: rgb(123,146,138); }
td.TdClassName
{
border-color: #7B928A;
}
.TagClassName
{
border-color: #7B928A;
}
</style>