Shades of Granny Smith #7F978A
Tints of Granny Smith #7F978A
RGB
CMYK
RGB Variations
Color information
#7F978A (or 0x7F978A) is known color: Granny Smith. HEX triplet: 7F, 97 and 8A. RGB value is (127,151,138). Sum of RGB (Red+Green+Blue) = 127+151+138=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #7F978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F978A is #806875. Grayscale: #8E8E8E. Windows color (decimal): -8415350 or 9082751. OLE color: 9082751.
HSL color Cylindrical-coordinate representation of color #7F978A: hue angle of 147.5º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7F978A is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 127 | 151 | 138 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.41 |
| HSL | 147.5º | 0.1% | 0.55% | - |
| HSV(B) | 147.5º | 0.16% | 0.59% | - |
| XYZ | 24.41 | 28.48 | 28.26 | - |
| YUV | 142.34 | 125.55 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 151 | 138 | 0.16 | 0 | 0.09 | 0.41 | 147.5 | 0.1 | 0.55 |
| Hex | 7F | 97 | 8A | 10 | 0 | 9 | 29 | 94 | A | 37 |
| Octal | 177 | 227 | 212 | 20 | 0 | 11 | 51 | 224 | 12 | 67 |
| Binary | 1111111 | 10010111 | 10001010 | 10000 | 0 | 1001 | 101001 | 10010100 | 1010 | 110111 |
Color Harmonies of #7F978A
Complementary color
Monochromatic Colors of #7F978A
Black with #7F978A
Text Example
Text Example
White with #7F978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F978A; }
p { color: rgb(127,151,138); }
H1.HeaderClassName
{
color: #7F978A;
}
.AnyTagClassName
{
color: #7F978A;
}
</style>
background-color css
<style>
a { background-color: #7F978A; }
a { background-color: rgb(127,151,138); }
div.DivClassName
{
background-color: #7F978A;
}
.BgClassName
{
background-color: #7F978A;
}
</style>
border-color css
<style>
span { border-color: #7F978A; }
span { border-color: rgb(127,151,138); }
td.TdClassName
{
border-color: #7F978A;
}
.TagClassName
{
border-color: #7F978A;
}
</style>