Shades of Granny Smith #76978B
Tints of Granny Smith #76978B
RGB
CMYK
RGB Variations
Color information
#76978B (or 0x76978B) is known color: Granny Smith. HEX triplet: 76, 97 and 8B. RGB value is (118,151,139). Sum of RGB (Red+Green+Blue) = 118+151+139=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 139 (54.69% from 255 or 34.07% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #76978B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76978B is #896874. Grayscale: #8B8B8B. Windows color (decimal): -9005173 or 9148278. OLE color: 9148278.
HSL color Cylindrical-coordinate representation of color #76978B: hue angle of 158.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #76978B is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 151 | 139 | - |
| CMYK | 0.22 | 0 | 0.08 | 0.41 |
| HSL | 158.18º | 0.14% | 0.53% | - |
| HSV(B) | 158.18º | 0.22% | 0.59% | - |
| XYZ | 23.2 | 27.85 | 28.58 | - |
| YUV | 139.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 151 | 139 | 0.22 | 0 | 0.08 | 0.41 | 158.18 | 0.14 | 0.53 |
| Hex | 76 | 97 | 8B | 16 | 0 | 8 | 29 | 9E | E | 35 |
| Octal | 166 | 227 | 213 | 26 | 0 | 10 | 51 | 236 | 16 | 65 |
| Binary | 1110110 | 10010111 | 10001011 | 10110 | 0 | 1000 | 101001 | 10011110 | 1110 | 110101 |
Color Harmonies of #76978B
Complementary color
Monochromatic Colors of #76978B
Black with #76978B
Text Example
Text Example
White with #76978B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76978B; }
p { color: rgb(118,151,139); }
H1.HeaderClassName
{
color: #76978B;
}
.AnyTagClassName
{
color: #76978B;
}
</style>
background-color css
<style>
a { background-color: #76978B; }
a { background-color: rgb(118,151,139); }
div.DivClassName
{
background-color: #76978B;
}
.BgClassName
{
background-color: #76978B;
}
</style>
border-color css
<style>
span { border-color: #76978B; }
span { border-color: rgb(118,151,139); }
td.TdClassName
{
border-color: #76978B;
}
.TagClassName
{
border-color: #76978B;
}
</style>