Shades of Granny Smith #76958C
Tints of Granny Smith #76958C
RGB
CMYK
RGB Variations
Color information
#76958C (or 0x76958C) is known color: Granny Smith. HEX triplet: 76, 95 and 8C. RGB value is (118,149,140). Sum of RGB (Red+Green+Blue) = 118+149+140=407 (53% of max value = 765). Red value is 118 (46.48% from 255 or 28.99% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 140 (55.08% from 255 or 34.40% from 407); Max value from RGB is 149 - color contains mainly: green. Hex color #76958C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76958C is #896A73. Grayscale: #8A8A8A. Windows color (decimal): -9005684 or 9213302. OLE color: 9213302.
HSL color Cylindrical-coordinate representation of color #76958C: hue angle of 162.58º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76958C is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 140 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.42 |
| HSL | 162.58º | 0.13% | 0.52% | - |
| HSV(B) | 162.58º | 0.21% | 0.58% | - |
| XYZ | 22.95 | 27.24 | 28.86 | - |
| YUV | 138.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 140 | 0.21 | 0 | 0.06 | 0.42 | 162.58 | 0.13 | 0.52 |
| Hex | 76 | 95 | 8C | 15 | 0 | 6 | 2A | A3 | D | 34 |
| Octal | 166 | 225 | 214 | 25 | 0 | 6 | 52 | 243 | 15 | 64 |
| Binary | 1110110 | 10010101 | 10001100 | 10101 | 0 | 110 | 101010 | 10100011 | 1101 | 110100 |
Color Harmonies of #76958C
Complementary color
Monochromatic Colors of #76958C
Black with #76958C
Text Example
Text Example
White with #76958C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76958C; }
p { color: rgb(118,149,140); }
H1.HeaderClassName
{
color: #76958C;
}
.AnyTagClassName
{
color: #76958C;
}
</style>
background-color css
<style>
a { background-color: #76958C; }
a { background-color: rgb(118,149,140); }
div.DivClassName
{
background-color: #76958C;
}
.BgClassName
{
background-color: #76958C;
}
</style>
border-color css
<style>
span { border-color: #76958C; }
span { border-color: rgb(118,149,140); }
td.TdClassName
{
border-color: #76958C;
}
.TagClassName
{
border-color: #76958C;
}
</style>