Shades of Granny Smith #768D81
Tints of Granny Smith #768D81
RGB
CMYK
RGB Variations
Color information
#768D81 (or 0x768D81) is known color: Granny Smith. HEX triplet: 76, 8D and 81. RGB value is (118,141,129). Sum of RGB (Red+Green+Blue) = 118+141+129=388 (51% of max value = 765). Red value is 118 (46.48% from 255 or 30.41% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #768D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768D81 is #89727E. Grayscale: #848484. Windows color (decimal): -9007743 or 8490358. OLE color: 8490358.
HSL color Cylindrical-coordinate representation of color #768D81: hue angle of 148.7º 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 #768D81 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 129 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.45 |
| HSL | 148.7º | 0.09% | 0.51% | - |
| HSV(B) | 148.7º | 0.16% | 0.55% | - |
| XYZ | 20.96 | 24.49 | 24.39 | - |
| YUV | 132.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 129 | 0.16 | 0 | 0.09 | 0.45 | 148.7 | 0.09 | 0.51 |
| Hex | 76 | 8D | 81 | 10 | 0 | 9 | 2D | 95 | 9 | 33 |
| Octal | 166 | 215 | 201 | 20 | 0 | 11 | 55 | 225 | 11 | 63 |
| Binary | 1110110 | 10001101 | 10000001 | 10000 | 0 | 1001 | 101101 | 10010101 | 1001 | 110011 |
Color Harmonies of #768D81
Complementary color
Monochromatic Colors of #768D81
Black with #768D81
Text Example
Text Example
White with #768D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D81; }
p { color: rgb(118,141,129); }
H1.HeaderClassName
{
color: #768D81;
}
.AnyTagClassName
{
color: #768D81;
}
</style>
background-color css
<style>
a { background-color: #768D81; }
a { background-color: rgb(118,141,129); }
div.DivClassName
{
background-color: #768D81;
}
.BgClassName
{
background-color: #768D81;
}
</style>
border-color css
<style>
span { border-color: #768D81; }
span { border-color: rgb(118,141,129); }
td.TdClassName
{
border-color: #768D81;
}
.TagClassName
{
border-color: #768D81;
}
</style>