Shades of Granny Smith #7F948A
Tints of Granny Smith #7F948A
RGB
CMYK
RGB Variations
Color information
#7F948A (or 0x7F948A) is known color: Granny Smith. HEX triplet: 7F, 94 and 8A. RGB value is (127,148,138). Sum of RGB (Red+Green+Blue) = 127+148+138=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #7F948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F948A is #806B75. Grayscale: #8C8C8C. Windows color (decimal): -8416118 or 9081983. OLE color: 9081983.
HSL color Cylindrical-coordinate representation of color #7F948A: hue angle of 151.43º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7F948A is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 127 | 148 | 138 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.42 |
| HSL | 151.43º | 0.09% | 0.54% | - |
| HSV(B) | 151.43º | 0.14% | 0.58% | - |
| XYZ | 23.93 | 27.53 | 28.1 | - |
| YUV | 140.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 148 | 138 | 0.14 | 0 | 0.07 | 0.42 | 151.43 | 0.09 | 0.54 |
| Hex | 7F | 94 | 8A | E | 0 | 7 | 2A | 97 | 9 | 36 |
| Octal | 177 | 224 | 212 | 16 | 0 | 7 | 52 | 227 | 11 | 66 |
| Binary | 1111111 | 10010100 | 10001010 | 1110 | 0 | 111 | 101010 | 10010111 | 1001 | 110110 |
Color Harmonies of #7F948A
Complementary color
Monochromatic Colors of #7F948A
Black with #7F948A
Text Example
Text Example
White with #7F948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F948A; }
p { color: rgb(127,148,138); }
H1.HeaderClassName
{
color: #7F948A;
}
.AnyTagClassName
{
color: #7F948A;
}
</style>
background-color css
<style>
a { background-color: #7F948A; }
a { background-color: rgb(127,148,138); }
div.DivClassName
{
background-color: #7F948A;
}
.BgClassName
{
background-color: #7F948A;
}
</style>
border-color css
<style>
span { border-color: #7F948A; }
span { border-color: rgb(127,148,138); }
td.TdClassName
{
border-color: #7F948A;
}
.TagClassName
{
border-color: #7F948A;
}
</style>