Shades of Granny Smith #7F918D
Tints of Granny Smith #7F918D
RGB
CMYK
RGB Variations
Color information
#7F918D (or 0x7F918D) is known color: Granny Smith. HEX triplet: 7F, 91 and 8D. RGB value is (127,145,141). Sum of RGB (Red+Green+Blue) = 127+145+141=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 145 - color contains mainly: green. Hex color #7F918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F918D is #806E72. Grayscale: #8B8B8B. Windows color (decimal): -8416883 or 9277823. OLE color: 9277823.
HSL color Cylindrical-coordinate representation of color #7F918D: hue angle of 166.67º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F918D is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 127 | 145 | 141 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.43 |
| HSL | 166.67º | 0.08% | 0.53% | - |
| HSV(B) | 166.67º | 0.12% | 0.57% | - |
| XYZ | 23.69 | 26.69 | 29.1 | - |
| YUV | 139.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 145 | 141 | 0.12 | 0 | 0.03 | 0.43 | 166.67 | 0.08 | 0.53 |
| Hex | 7F | 91 | 8D | C | 0 | 3 | 2B | A7 | 8 | 35 |
| Octal | 177 | 221 | 215 | 14 | 0 | 3 | 53 | 247 | 10 | 65 |
| Binary | 1111111 | 10010001 | 10001101 | 1100 | 0 | 11 | 101011 | 10100111 | 1000 | 110101 |
Color Harmonies of #7F918D
Complementary color
Monochromatic Colors of #7F918D
Black with #7F918D
Text Example
Text Example
White with #7F918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F918D; }
p { color: rgb(127,145,141); }
H1.HeaderClassName
{
color: #7F918D;
}
.AnyTagClassName
{
color: #7F918D;
}
</style>
background-color css
<style>
a { background-color: #7F918D; }
a { background-color: rgb(127,145,141); }
div.DivClassName
{
background-color: #7F918D;
}
.BgClassName
{
background-color: #7F918D;
}
</style>
border-color css
<style>
span { border-color: #7F918D; }
span { border-color: rgb(127,145,141); }
td.TdClassName
{
border-color: #7F918D;
}
.TagClassName
{
border-color: #7F918D;
}
</style>