Shades of Granny Smith #769187
Tints of Granny Smith #769187
RGB
CMYK
RGB Variations
Color information
#769187 (or 0x769187) is known color: Granny Smith. HEX triplet: 76, 91 and 87. RGB value is (118,145,135). Sum of RGB (Red+Green+Blue) = 118+145+135=398 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.65% from 398); Green value is 145 (57.03% from 255 or 36.43% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 145 - color contains mainly: green. Hex color #769187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769187 is #896E78. Grayscale: #878787. Windows color (decimal): -9006713 or 8884598. OLE color: 8884598.
HSL color Cylindrical-coordinate representation of color #769187: hue angle of 157.78º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #769187 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 118 | 145 | 135 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.43 |
| HSL | 157.78º | 0.11% | 0.52% | - |
| HSV(B) | 157.78º | 0.19% | 0.57% | - |
| XYZ | 21.97 | 25.85 | 26.75 | - |
| YUV | 135.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 145 | 135 | 0.19 | 0 | 0.07 | 0.43 | 157.78 | 0.11 | 0.52 |
| Hex | 76 | 91 | 87 | 13 | 0 | 7 | 2B | 9E | B | 34 |
| Octal | 166 | 221 | 207 | 23 | 0 | 7 | 53 | 236 | 13 | 64 |
| Binary | 1110110 | 10010001 | 10000111 | 10011 | 0 | 111 | 101011 | 10011110 | 1011 | 110100 |
Color Harmonies of #769187
Complementary color
Monochromatic Colors of #769187
Black with #769187
Text Example
Text Example
White with #769187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769187; }
p { color: rgb(118,145,135); }
H1.HeaderClassName
{
color: #769187;
}
.AnyTagClassName
{
color: #769187;
}
</style>
background-color css
<style>
a { background-color: #769187; }
a { background-color: rgb(118,145,135); }
div.DivClassName
{
background-color: #769187;
}
.BgClassName
{
background-color: #769187;
}
</style>
border-color css
<style>
span { border-color: #769187; }
span { border-color: rgb(118,145,135); }
td.TdClassName
{
border-color: #769187;
}
.TagClassName
{
border-color: #769187;
}
</style>