Shades of Granny Smith #768F85
Tints of Granny Smith #768F85
RGB
CMYK
RGB Variations
Color information
#768F85 (or 0x768F85) is known color: Granny Smith. HEX triplet: 76, 8F and 85. RGB value is (118,143,133). Sum of RGB (Red+Green+Blue) = 118+143+133=394 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.95% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #768F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F85 is #89707A. Grayscale: #868686. Windows color (decimal): -9007227 or 8753014. OLE color: 8753014.
HSL color Cylindrical-coordinate representation of color #768F85: hue angle of 156º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768F85 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 133 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.44 |
| HSL | 156º | 0.1% | 0.51% | - |
| HSV(B) | 156º | 0.17% | 0.56% | - |
| XYZ | 21.53 | 25.19 | 25.92 | - |
| YUV | 134.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 133 | 0.17 | 0 | 0.07 | 0.44 | 156 | 0.1 | 0.51 |
| Hex | 76 | 8F | 85 | 11 | 0 | 7 | 2C | 9C | A | 33 |
| Octal | 166 | 217 | 205 | 21 | 0 | 7 | 54 | 234 | 12 | 63 |
| Binary | 1110110 | 10001111 | 10000101 | 10001 | 0 | 111 | 101100 | 10011100 | 1010 | 110011 |
Color Harmonies of #768F85
Complementary color
Monochromatic Colors of #768F85
Black with #768F85
Text Example
Text Example
White with #768F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F85; }
p { color: rgb(118,143,133); }
H1.HeaderClassName
{
color: #768F85;
}
.AnyTagClassName
{
color: #768F85;
}
</style>
background-color css
<style>
a { background-color: #768F85; }
a { background-color: rgb(118,143,133); }
div.DivClassName
{
background-color: #768F85;
}
.BgClassName
{
background-color: #768F85;
}
</style>
border-color css
<style>
span { border-color: #768F85; }
span { border-color: rgb(118,143,133); }
td.TdClassName
{
border-color: #768F85;
}
.TagClassName
{
border-color: #768F85;
}
</style>