Shades of Granny Smith #7F928B
Tints of Granny Smith #7F928B
RGB
CMYK
RGB Variations
Color information
#7F928B (or 0x7F928B) is known color: Granny Smith. HEX triplet: 7F, 92 and 8B. RGB value is (127,146,139). Sum of RGB (Red+Green+Blue) = 127+146+139=412 (54% of max value = 765). Red value is 127 (50% from 255 or 30.83% from 412); Green value is 146 (57.42% from 255 or 35.44% from 412); Blue value is 139 (54.69% from 255 or 33.74% from 412); Max value from RGB is 146 - color contains mainly: green. Hex color #7F928B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F928B is #806D74. Grayscale: #8B8B8B. Windows color (decimal): -8416629 or 9147007. OLE color: 9147007.
HSL color Cylindrical-coordinate representation of color #7F928B: hue angle of 157.89º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7F928B is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 139 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.43 |
| HSL | 157.89º | 0.08% | 0.54% | - |
| HSV(B) | 157.89º | 0.13% | 0.57% | - |
| XYZ | 23.69 | 26.93 | 28.38 | - |
| YUV | 139.52 | 127.71 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 139 | 0.13 | 0 | 0.05 | 0.43 | 157.89 | 0.08 | 0.54 |
| Hex | 7F | 92 | 8B | D | 0 | 5 | 2B | 9E | 8 | 36 |
| Octal | 177 | 222 | 213 | 15 | 0 | 5 | 53 | 236 | 10 | 66 |
| Binary | 1111111 | 10010010 | 10001011 | 1101 | 0 | 101 | 101011 | 10011110 | 1000 | 110110 |
Color Harmonies of #7F928B
Complementary color
Monochromatic Colors of #7F928B
Black with #7F928B
Text Example
Text Example
White with #7F928B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F928B; }
p { color: rgb(127,146,139); }
H1.HeaderClassName
{
color: #7F928B;
}
.AnyTagClassName
{
color: #7F928B;
}
</style>
background-color css
<style>
a { background-color: #7F928B; }
a { background-color: rgb(127,146,139); }
div.DivClassName
{
background-color: #7F928B;
}
.BgClassName
{
background-color: #7F928B;
}
</style>
border-color css
<style>
span { border-color: #7F928B; }
span { border-color: rgb(127,146,139); }
td.TdClassName
{
border-color: #7F928B;
}
.TagClassName
{
border-color: #7F928B;
}
</style>