Shades of Granny Smith #76948D
Tints of Granny Smith #76948D
RGB
CMYK
RGB Variations
Color information
#76948D (or 0x76948D) is known color: Granny Smith. HEX triplet: 76, 94 and 8D. RGB value is (118,148,141). Sum of RGB (Red+Green+Blue) = 118+148+141=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 148 - color contains mainly: green. Hex color #76948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76948D is #896B72. Grayscale: #8A8A8A. Windows color (decimal): -9005939 or 9278582. OLE color: 9278582.
HSL color Cylindrical-coordinate representation of color #76948D: hue angle of 166º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76948D is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 148 | 141 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.42 |
| HSL | 166º | 0.12% | 0.52% | - |
| HSV(B) | 166º | 0.2% | 0.58% | - |
| XYZ | 22.87 | 26.95 | 29.2 | - |
| YUV | 138.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 148 | 141 | 0.20 | 0 | 0.05 | 0.42 | 166 | 0.12 | 0.52 |
| Hex | 76 | 94 | 8D | 14 | 0 | 5 | 2A | A6 | C | 34 |
| Octal | 166 | 224 | 215 | 24 | 0 | 5 | 52 | 246 | 14 | 64 |
| Binary | 1110110 | 10010100 | 10001101 | 10100 | 0 | 101 | 101010 | 10100110 | 1100 | 110100 |
Color Harmonies of #76948D
Complementary color
Monochromatic Colors of #76948D
Black with #76948D
Text Example
Text Example
White with #76948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76948D; }
p { color: rgb(118,148,141); }
H1.HeaderClassName
{
color: #76948D;
}
.AnyTagClassName
{
color: #76948D;
}
</style>
background-color css
<style>
a { background-color: #76948D; }
a { background-color: rgb(118,148,141); }
div.DivClassName
{
background-color: #76948D;
}
.BgClassName
{
background-color: #76948D;
}
</style>
border-color css
<style>
span { border-color: #76948D; }
span { border-color: rgb(118,148,141); }
td.TdClassName
{
border-color: #76948D;
}
.TagClassName
{
border-color: #76948D;
}
</style>