Shades of Granny Smith #768F88
Tints of Granny Smith #768F88
RGB
CMYK
RGB Variations
Color information
#768F88 (or 0x768F88) is known color: Granny Smith. HEX triplet: 76, 8F and 88. RGB value is (118,143,136). Sum of RGB (Red+Green+Blue) = 118+143+136=397 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.72% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 136 (53.52% from 255 or 34.26% from 397); Max value from RGB is 143 - color contains mainly: green. Hex color #768F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768F88 is #897077. Grayscale: #868686. Windows color (decimal): -9007224 or 8949622. OLE color: 8949622.
HSL color Cylindrical-coordinate representation of color #768F88: hue angle of 163.2º 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 #768F88 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 136 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.44 |
| HSL | 163.2º | 0.1% | 0.51% | - |
| HSV(B) | 163.2º | 0.17% | 0.56% | - |
| XYZ | 21.74 | 25.27 | 27.03 | - |
| YUV | 134.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 136 | 0.17 | 0 | 0.05 | 0.44 | 163.2 | 0.1 | 0.51 |
| Hex | 76 | 8F | 88 | 11 | 0 | 5 | 2C | A3 | A | 33 |
| Octal | 166 | 217 | 210 | 21 | 0 | 5 | 54 | 243 | 12 | 63 |
| Binary | 1110110 | 10001111 | 10001000 | 10001 | 0 | 101 | 101100 | 10100011 | 1010 | 110011 |
Color Harmonies of #768F88
Complementary color
Monochromatic Colors of #768F88
Black with #768F88
Text Example
Text Example
White with #768F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F88; }
p { color: rgb(118,143,136); }
H1.HeaderClassName
{
color: #768F88;
}
.AnyTagClassName
{
color: #768F88;
}
</style>
background-color css
<style>
a { background-color: #768F88; }
a { background-color: rgb(118,143,136); }
div.DivClassName
{
background-color: #768F88;
}
.BgClassName
{
background-color: #768F88;
}
</style>
border-color css
<style>
span { border-color: #768F88; }
span { border-color: rgb(118,143,136); }
td.TdClassName
{
border-color: #768F88;
}
.TagClassName
{
border-color: #768F88;
}
</style>