Shades of Granny Smith #76968D
Tints of Granny Smith #76968D
RGB
CMYK
RGB Variations
Color information
#76968D (or 0x76968D) is known color: Granny Smith. HEX triplet: 76, 96 and 8D. RGB value is (118,150,141). Sum of RGB (Red+Green+Blue) = 118+150+141=409 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.85% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #76968D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76968D is #896972. Grayscale: #8B8B8B. Windows color (decimal): -9005427 or 9279094. OLE color: 9279094.
HSL color Cylindrical-coordinate representation of color #76968D: hue angle of 163.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76968D is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 141 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.41 |
| HSL | 163.13º | 0.13% | 0.53% | - |
| HSV(B) | 163.13º | 0.21% | 0.59% | - |
| XYZ | 23.19 | 27.59 | 29.3 | - |
| YUV | 139.41 | 128.9 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 141 | 0.21 | 0 | 0.06 | 0.41 | 163.13 | 0.13 | 0.53 |
| Hex | 76 | 96 | 8D | 15 | 0 | 6 | 29 | A3 | D | 35 |
| Octal | 166 | 226 | 215 | 25 | 0 | 6 | 51 | 243 | 15 | 65 |
| Binary | 1110110 | 10010110 | 10001101 | 10101 | 0 | 110 | 101001 | 10100011 | 1101 | 110101 |
Color Harmonies of #76968D
Complementary color
Monochromatic Colors of #76968D
Black with #76968D
Text Example
Text Example
White with #76968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76968D; }
p { color: rgb(118,150,141); }
H1.HeaderClassName
{
color: #76968D;
}
.AnyTagClassName
{
color: #76968D;
}
</style>
background-color css
<style>
a { background-color: #76968D; }
a { background-color: rgb(118,150,141); }
div.DivClassName
{
background-color: #76968D;
}
.BgClassName
{
background-color: #76968D;
}
</style>
border-color css
<style>
span { border-color: #76968D; }
span { border-color: rgb(118,150,141); }
td.TdClassName
{
border-color: #76968D;
}
.TagClassName
{
border-color: #76968D;
}
</style>