Shades of Granny Smith #76897F
Tints of Granny Smith #76897F
RGB
CMYK
RGB Variations
Color information
#76897F (or 0x76897F) is known color: Granny Smith. HEX triplet: 76, 89 and 7F. RGB value is (118,137,127). Sum of RGB (Red+Green+Blue) = 118+137+127=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #76897F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76897F is #897680. Grayscale: #828282. Windows color (decimal): -9008769 or 8358262. OLE color: 8358262.
HSL color Cylindrical-coordinate representation of color #76897F: hue angle of 148.42º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #76897F is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 137 | 127 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.46 |
| HSL | 148.42º | 0.07% | 0.5% | - |
| HSV(B) | 148.42º | 0.14% | 0.54% | - |
| XYZ | 20.25 | 23.28 | 23.5 | - |
| YUV | 130.18 | 126.21 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 137 | 127 | 0.14 | 0 | 0.07 | 0.46 | 148.42 | 0.07 | 0.5 |
| Hex | 76 | 89 | 7F | E | 0 | 7 | 2E | 94 | 7 | 32 |
| Octal | 166 | 211 | 177 | 16 | 0 | 7 | 56 | 224 | 7 | 62 |
| Binary | 1110110 | 10001001 | 1111111 | 1110 | 0 | 111 | 101110 | 10010100 | 111 | 110010 |
Color Harmonies of #76897F
Complementary color
Monochromatic Colors of #76897F
Black with #76897F
Text Example
Text Example
White with #76897F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76897F; }
p { color: rgb(118,137,127); }
H1.HeaderClassName
{
color: #76897F;
}
.AnyTagClassName
{
color: #76897F;
}
</style>
background-color css
<style>
a { background-color: #76897F; }
a { background-color: rgb(118,137,127); }
div.DivClassName
{
background-color: #76897F;
}
.BgClassName
{
background-color: #76897F;
}
</style>
border-color css
<style>
span { border-color: #76897F; }
span { border-color: rgb(118,137,127); }
td.TdClassName
{
border-color: #76897F;
}
.TagClassName
{
border-color: #76897F;
}
</style>