Shades of Granny Smith #768D85
Tints of Granny Smith #768D85
RGB
CMYK
RGB Variations
Color information
#768D85 (or 0x768D85) is known color: Granny Smith. HEX triplet: 76, 8D and 85. RGB value is (118,141,133). Sum of RGB (Red+Green+Blue) = 118+141+133=392 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.10% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #768D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D85 is #89727A. Grayscale: #858585. Windows color (decimal): -9007739 or 8752502. OLE color: 8752502.
HSL color Cylindrical-coordinate representation of color #768D85: hue angle of 159.13º 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 #768D85 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 133 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.45 |
| HSL | 159.13º | 0.09% | 0.51% | - |
| HSV(B) | 159.13º | 0.16% | 0.55% | - |
| XYZ | 21.23 | 24.59 | 25.82 | - |
| YUV | 133.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 133 | 0.16 | 0 | 0.06 | 0.45 | 159.13 | 0.09 | 0.51 |
| Hex | 76 | 8D | 85 | 10 | 0 | 6 | 2D | 9F | 9 | 33 |
| Octal | 166 | 215 | 205 | 20 | 0 | 6 | 55 | 237 | 11 | 63 |
| Binary | 1110110 | 10001101 | 10000101 | 10000 | 0 | 110 | 101101 | 10011111 | 1001 | 110011 |
Color Harmonies of #768D85
Complementary color
Monochromatic Colors of #768D85
Black with #768D85
Text Example
Text Example
White with #768D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D85; }
p { color: rgb(118,141,133); }
H1.HeaderClassName
{
color: #768D85;
}
.AnyTagClassName
{
color: #768D85;
}
</style>
background-color css
<style>
a { background-color: #768D85; }
a { background-color: rgb(118,141,133); }
div.DivClassName
{
background-color: #768D85;
}
.BgClassName
{
background-color: #768D85;
}
</style>
border-color css
<style>
span { border-color: #768D85; }
span { border-color: rgb(118,141,133); }
td.TdClassName
{
border-color: #768D85;
}
.TagClassName
{
border-color: #768D85;
}
</style>