Shades of Granny Smith #7F928E
Tints of Granny Smith #7F928E
RGB
CMYK
RGB Variations
Color information
#7F928E (or 0x7F928E) is known color: Granny Smith. HEX triplet: 7F, 92 and 8E. RGB value is (127,146,142). Sum of RGB (Red+Green+Blue) = 127+146+142=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 142 (55.86% from 255 or 34.22% from 415); Max value from RGB is 146 - color contains mainly: green. Hex color #7F928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F928E is #806D71. Grayscale: #8B8B8B. Windows color (decimal): -8416626 or 9343615. OLE color: 9343615.
HSL color Cylindrical-coordinate representation of color #7F928E: hue angle of 167.37º 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 #7F928E is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 142 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.43 |
| HSL | 167.37º | 0.08% | 0.54% | - |
| HSV(B) | 167.37º | 0.13% | 0.57% | - |
| XYZ | 23.91 | 27.02 | 29.55 | - |
| YUV | 139.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 142 | 0.13 | 0 | 0.03 | 0.43 | 167.37 | 0.08 | 0.54 |
| Hex | 7F | 92 | 8E | D | 0 | 3 | 2B | A7 | 8 | 36 |
| Octal | 177 | 222 | 216 | 15 | 0 | 3 | 53 | 247 | 10 | 66 |
| Binary | 1111111 | 10010010 | 10001110 | 1101 | 0 | 11 | 101011 | 10100111 | 1000 | 110110 |
Color Harmonies of #7F928E
Complementary color
Monochromatic Colors of #7F928E
Black with #7F928E
Text Example
Text Example
White with #7F928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F928E; }
p { color: rgb(127,146,142); }
H1.HeaderClassName
{
color: #7F928E;
}
.AnyTagClassName
{
color: #7F928E;
}
</style>
background-color css
<style>
a { background-color: #7F928E; }
a { background-color: rgb(127,146,142); }
div.DivClassName
{
background-color: #7F928E;
}
.BgClassName
{
background-color: #7F928E;
}
</style>
border-color css
<style>
span { border-color: #7F928E; }
span { border-color: rgb(127,146,142); }
td.TdClassName
{
border-color: #7F928E;
}
.TagClassName
{
border-color: #7F928E;
}
</style>