Shades of Granny Smith #768D84
Tints of Granny Smith #768D84
RGB
CMYK
RGB Variations
Color information
#768D84 (or 0x768D84) is known color: Granny Smith. HEX triplet: 76, 8D and 84. RGB value is (118,141,132). Sum of RGB (Red+Green+Blue) = 118+141+132=391 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.18% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 132 (51.95% from 255 or 33.76% from 391); Max value from RGB is 141 - color contains mainly: green. Hex color #768D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D84 is #89727B. Grayscale: #858585. Windows color (decimal): -9007740 or 8686966. OLE color: 8686966.
HSL color Cylindrical-coordinate representation of color #768D84: hue angle of 156.52º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768D84 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 132 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.45 |
| HSL | 156.52º | 0.09% | 0.51% | - |
| HSV(B) | 156.52º | 0.16% | 0.55% | - |
| XYZ | 21.16 | 24.57 | 25.46 | - |
| YUV | 133.1 | 127.38 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 132 | 0.16 | 0 | 0.06 | 0.45 | 156.52 | 0.09 | 0.51 |
| Hex | 76 | 8D | 84 | 10 | 0 | 6 | 2D | 9D | 9 | 33 |
| Octal | 166 | 215 | 204 | 20 | 0 | 6 | 55 | 235 | 11 | 63 |
| Binary | 1110110 | 10001101 | 10000100 | 10000 | 0 | 110 | 101101 | 10011101 | 1001 | 110011 |
Color Harmonies of #768D84
Complementary color
Monochromatic Colors of #768D84
Black with #768D84
Text Example
Text Example
White with #768D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D84; }
p { color: rgb(118,141,132); }
H1.HeaderClassName
{
color: #768D84;
}
.AnyTagClassName
{
color: #768D84;
}
</style>
background-color css
<style>
a { background-color: #768D84; }
a { background-color: rgb(118,141,132); }
div.DivClassName
{
background-color: #768D84;
}
.BgClassName
{
background-color: #768D84;
}
</style>
border-color css
<style>
span { border-color: #768D84; }
span { border-color: rgb(118,141,132); }
td.TdClassName
{
border-color: #768D84;
}
.TagClassName
{
border-color: #768D84;
}
</style>