Shades of Granny Smith #768781
Tints of Granny Smith #768781
RGB
CMYK
RGB Variations
Color information
#768781 (or 0x768781) is known color: Granny Smith. HEX triplet: 76, 87 and 81. RGB value is (118,135,129). Sum of RGB (Red+Green+Blue) = 118+135+129=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 129 (50.78% from 255 or 33.77% from 382); Max value from RGB is 135 - color contains mainly: green. Hex color #768781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768781 is #89787E. Grayscale: #818181. Windows color (decimal): -9009279 or 8488822. OLE color: 8488822.
HSL color Cylindrical-coordinate representation of color #768781: hue angle of 158.82º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #768781 is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 135 | 129 | - |
| CMYK | 0.13 | 0 | 0.04 | 0.47 |
| HSL | 158.82º | 0.07% | 0.5% | - |
| HSV(B) | 158.82º | 0.13% | 0.53% | - |
| XYZ | 20.1 | 22.76 | 24.1 | - |
| YUV | 129.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 135 | 129 | 0.13 | 0 | 0.04 | 0.47 | 158.82 | 0.07 | 0.5 |
| Hex | 76 | 87 | 81 | D | 0 | 4 | 2F | 9F | 7 | 32 |
| Octal | 166 | 207 | 201 | 15 | 0 | 4 | 57 | 237 | 7 | 62 |
| Binary | 1110110 | 10000111 | 10000001 | 1101 | 0 | 100 | 101111 | 10011111 | 111 | 110010 |
Color Harmonies of #768781
Complementary color
Monochromatic Colors of #768781
Black with #768781
Text Example
Text Example
White with #768781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768781; }
p { color: rgb(118,135,129); }
H1.HeaderClassName
{
color: #768781;
}
.AnyTagClassName
{
color: #768781;
}
</style>
background-color css
<style>
a { background-color: #768781; }
a { background-color: rgb(118,135,129); }
div.DivClassName
{
background-color: #768781;
}
.BgClassName
{
background-color: #768781;
}
</style>
border-color css
<style>
span { border-color: #768781; }
span { border-color: rgb(118,135,129); }
td.TdClassName
{
border-color: #768781;
}
.TagClassName
{
border-color: #768781;
}
</style>