Shades of Granny Smith #7B928B
Tints of Granny Smith #7B928B
RGB
CMYK
RGB Variations
Color information
#7B928B (or 0x7B928B) is known color: Granny Smith. HEX triplet: 7B, 92 and 8B. RGB value is (123,146,139). Sum of RGB (Red+Green+Blue) = 123+146+139=408 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.15% from 408); Green value is 146 (57.42% from 255 or 35.78% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 146 - color contains mainly: green. Hex color #7B928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B928B is #846D74. Grayscale: #8A8A8A. Windows color (decimal): -8678773 or 9147003. OLE color: 9147003.
HSL color Cylindrical-coordinate representation of color #7B928B: hue angle of 161.74º 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 #7B928B is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 123 | 146 | 139 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.43 |
| HSL | 161.74º | 0.1% | 0.53% | - |
| HSV(B) | 161.74º | 0.16% | 0.57% | - |
| XYZ | 23.11 | 26.63 | 28.35 | - |
| YUV | 138.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 146 | 139 | 0.16 | 0 | 0.05 | 0.43 | 161.74 | 0.1 | 0.53 |
| Hex | 7B | 92 | 8B | 10 | 0 | 5 | 2B | A2 | A | 35 |
| Octal | 173 | 222 | 213 | 20 | 0 | 5 | 53 | 242 | 12 | 65 |
| Binary | 1111011 | 10010010 | 10001011 | 10000 | 0 | 101 | 101011 | 10100010 | 1010 | 110101 |
Color Harmonies of #7B928B
Complementary color
Monochromatic Colors of #7B928B
Black with #7B928B
Text Example
Text Example
White with #7B928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B928B; }
p { color: rgb(123,146,139); }
H1.HeaderClassName
{
color: #7B928B;
}
.AnyTagClassName
{
color: #7B928B;
}
</style>
background-color css
<style>
a { background-color: #7B928B; }
a { background-color: rgb(123,146,139); }
div.DivClassName
{
background-color: #7B928B;
}
.BgClassName
{
background-color: #7B928B;
}
</style>
border-color css
<style>
span { border-color: #7B928B; }
span { border-color: rgb(123,146,139); }
td.TdClassName
{
border-color: #7B928B;
}
.TagClassName
{
border-color: #7B928B;
}
</style>