Shades of Granny Smith #768B81
Tints of Granny Smith #768B81
RGB
CMYK
RGB Variations
Color information
#768B81 (or 0x768B81) is known color: Granny Smith. HEX triplet: 76, 8B and 81. RGB value is (118,139,129). Sum of RGB (Red+Green+Blue) = 118+139+129=386 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.57% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 139 - color contains mainly: green. Hex color #768B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768B81 is #89747E. Grayscale: #838383. Windows color (decimal): -9008255 or 8489846. OLE color: 8489846.
HSL color Cylindrical-coordinate representation of color #768B81: hue angle of 151.43º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #768B81 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 139 | 129 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.45 |
| HSL | 151.43º | 0.08% | 0.5% | - |
| HSV(B) | 151.43º | 0.15% | 0.55% | - |
| XYZ | 20.67 | 23.9 | 24.29 | - |
| YUV | 131.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 139 | 129 | 0.15 | 0 | 0.07 | 0.45 | 151.43 | 0.08 | 0.5 |
| Hex | 76 | 8B | 81 | F | 0 | 7 | 2D | 97 | 8 | 32 |
| Octal | 166 | 213 | 201 | 17 | 0 | 7 | 55 | 227 | 10 | 62 |
| Binary | 1110110 | 10001011 | 10000001 | 1111 | 0 | 111 | 101101 | 10010111 | 1000 | 110010 |
Color Harmonies of #768B81
Complementary color
Monochromatic Colors of #768B81
Black with #768B81
Text Example
Text Example
White with #768B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768B81; }
p { color: rgb(118,139,129); }
H1.HeaderClassName
{
color: #768B81;
}
.AnyTagClassName
{
color: #768B81;
}
</style>
background-color css
<style>
a { background-color: #768B81; }
a { background-color: rgb(118,139,129); }
div.DivClassName
{
background-color: #768B81;
}
.BgClassName
{
background-color: #768B81;
}
</style>
border-color css
<style>
span { border-color: #768B81; }
span { border-color: rgb(118,139,129); }
td.TdClassName
{
border-color: #768B81;
}
.TagClassName
{
border-color: #768B81;
}
</style>