Shades of Granny Smith #769587
Tints of Granny Smith #769587
RGB
CMYK
RGB Variations
Color information
#769587 (or 0x769587) is known color: Granny Smith. HEX triplet: 76, 95 and 87. RGB value is (118,149,135). Sum of RGB (Red+Green+Blue) = 118+149+135=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 135 (53.12% from 255 or 33.58% from 402); Max value from RGB is 149 - color contains mainly: green. Hex color #769587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769587 is #896A78. Grayscale: #8A8A8A. Windows color (decimal): -9005689 or 8885622. OLE color: 8885622.
HSL color Cylindrical-coordinate representation of color #769587: hue angle of 152.9º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #769587 is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 118 | 149 | 135 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.42 |
| HSL | 152.9º | 0.13% | 0.52% | - |
| HSV(B) | 152.9º | 0.21% | 0.58% | - |
| XYZ | 22.59 | 27.1 | 26.96 | - |
| YUV | 138.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 149 | 135 | 0.21 | 0 | 0.09 | 0.42 | 152.9 | 0.13 | 0.52 |
| Hex | 76 | 95 | 87 | 15 | 0 | 9 | 2A | 99 | D | 34 |
| Octal | 166 | 225 | 207 | 25 | 0 | 11 | 52 | 231 | 15 | 64 |
| Binary | 1110110 | 10010101 | 10000111 | 10101 | 0 | 1001 | 101010 | 10011001 | 1101 | 110100 |
Color Harmonies of #769587
Complementary color
Monochromatic Colors of #769587
Black with #769587
Text Example
Text Example
White with #769587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #769587; }
p { color: rgb(118,149,135); }
H1.HeaderClassName
{
color: #769587;
}
.AnyTagClassName
{
color: #769587;
}
</style>
background-color css
<style>
a { background-color: #769587; }
a { background-color: rgb(118,149,135); }
div.DivClassName
{
background-color: #769587;
}
.BgClassName
{
background-color: #769587;
}
</style>
border-color css
<style>
span { border-color: #769587; }
span { border-color: rgb(118,149,135); }
td.TdClassName
{
border-color: #769587;
}
.TagClassName
{
border-color: #769587;
}
</style>