Shades of Granny Smith #7F928D
Tints of Granny Smith #7F928D
RGB
CMYK
RGB Variations
Color information
#7F928D (or 0x7F928D) is known color: Granny Smith. HEX triplet: 7F, 92 and 8D. RGB value is (127,146,141). Sum of RGB (Red+Green+Blue) = 127+146+141=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 141 (55.47% from 255 or 34.06% from 414); Max value from RGB is 146 - color contains mainly: green. Hex color #7F928D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F928D is #806D72. Grayscale: #8B8B8B. Windows color (decimal): -8416627 or 9278079. OLE color: 9278079.
HSL color Cylindrical-coordinate representation of color #7F928D: hue angle of 164.21º 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 #7F928D is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 146 | 141 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.43 |
| HSL | 164.21º | 0.08% | 0.54% | - |
| HSV(B) | 164.21º | 0.13% | 0.57% | - |
| XYZ | 23.84 | 26.99 | 29.15 | - |
| YUV | 139.75 | 128.71 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 146 | 141 | 0.13 | 0 | 0.03 | 0.43 | 164.21 | 0.08 | 0.54 |
| Hex | 7F | 92 | 8D | D | 0 | 3 | 2B | A4 | 8 | 36 |
| Octal | 177 | 222 | 215 | 15 | 0 | 3 | 53 | 244 | 10 | 66 |
| Binary | 1111111 | 10010010 | 10001101 | 1101 | 0 | 11 | 101011 | 10100100 | 1000 | 110110 |
Color Harmonies of #7F928D
Complementary color
Monochromatic Colors of #7F928D
Black with #7F928D
Text Example
Text Example
White with #7F928D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F928D; }
p { color: rgb(127,146,141); }
H1.HeaderClassName
{
color: #7F928D;
}
.AnyTagClassName
{
color: #7F928D;
}
</style>
background-color css
<style>
a { background-color: #7F928D; }
a { background-color: rgb(127,146,141); }
div.DivClassName
{
background-color: #7F928D;
}
.BgClassName
{
background-color: #7F928D;
}
</style>
border-color css
<style>
span { border-color: #7F928D; }
span { border-color: rgb(127,146,141); }
td.TdClassName
{
border-color: #7F928D;
}
.TagClassName
{
border-color: #7F928D;
}
</style>