Shades of Granny Smith #76968C
Tints of Granny Smith #76968C
RGB
CMYK
RGB Variations
Color information
#76968C (or 0x76968C) is known color: Granny Smith. HEX triplet: 76, 96 and 8C. RGB value is (118,150,140). Sum of RGB (Red+Green+Blue) = 118+150+140=408 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.92% from 408); Green value is 150 (58.98% from 255 or 36.76% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 150 - color contains mainly: green. Hex color #76968C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76968C is #896973. Grayscale: #8B8B8B. Windows color (decimal): -9005428 or 9213558. OLE color: 9213558.
HSL color Cylindrical-coordinate representation of color #76968C: hue angle of 161.25º 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 #76968C is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 118 | 150 | 140 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.41 |
| HSL | 161.25º | 0.13% | 0.53% | - |
| HSV(B) | 161.25º | 0.21% | 0.59% | - |
| XYZ | 23.11 | 27.56 | 28.91 | - |
| YUV | 139.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 150 | 140 | 0.21 | 0 | 0.07 | 0.41 | 161.25 | 0.13 | 0.53 |
| Hex | 76 | 96 | 8C | 15 | 0 | 7 | 29 | A1 | D | 35 |
| Octal | 166 | 226 | 214 | 25 | 0 | 7 | 51 | 241 | 15 | 65 |
| Binary | 1110110 | 10010110 | 10001100 | 10101 | 0 | 111 | 101001 | 10100001 | 1101 | 110101 |
Color Harmonies of #76968C
Complementary color
Monochromatic Colors of #76968C
Black with #76968C
Text Example
Text Example
White with #76968C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76968C; }
p { color: rgb(118,150,140); }
H1.HeaderClassName
{
color: #76968C;
}
.AnyTagClassName
{
color: #76968C;
}
</style>
background-color css
<style>
a { background-color: #76968C; }
a { background-color: rgb(118,150,140); }
div.DivClassName
{
background-color: #76968C;
}
.BgClassName
{
background-color: #76968C;
}
</style>
border-color css
<style>
span { border-color: #76968C; }
span { border-color: rgb(118,150,140); }
td.TdClassName
{
border-color: #76968C;
}
.TagClassName
{
border-color: #76968C;
}
</style>