Shades of Granny Smith #758C84
Tints of Granny Smith #758C84
RGB
CMYK
RGB Variations
Color information
#758C84 (or 0x758C84) is known color: Granny Smith. HEX triplet: 75, 8C and 84. RGB value is (117,140,132). Sum of RGB (Red+Green+Blue) = 117+140+132=389 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.08% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 140 - color contains mainly: green. Hex color #758C84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C84 is #8A737B. Grayscale: #848484. Windows color (decimal): -9073532 or 8686709. OLE color: 8686709.
HSL color Cylindrical-coordinate representation of color #758C84: hue angle of 159.13º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758C84 is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 132 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.45 |
| HSL | 159.13º | 0.09% | 0.5% | - |
| HSV(B) | 159.13º | 0.16% | 0.55% | - |
| XYZ | 20.88 | 24.2 | 25.4 | - |
| YUV | 132.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 132 | 0.16 | 0 | 0.06 | 0.45 | 159.13 | 0.09 | 0.5 |
| Hex | 75 | 8C | 84 | 10 | 0 | 6 | 2D | 9F | 9 | 32 |
| Octal | 165 | 214 | 204 | 20 | 0 | 6 | 55 | 237 | 11 | 62 |
| Binary | 1110101 | 10001100 | 10000100 | 10000 | 0 | 110 | 101101 | 10011111 | 1001 | 110010 |
Color Harmonies of #758C84
Complementary color
Monochromatic Colors of #758C84
Black with #758C84
Text Example
Text Example
White with #758C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C84; }
p { color: rgb(117,140,132); }
H1.HeaderClassName
{
color: #758C84;
}
.AnyTagClassName
{
color: #758C84;
}
</style>
background-color css
<style>
a { background-color: #758C84; }
a { background-color: rgb(117,140,132); }
div.DivClassName
{
background-color: #758C84;
}
.BgClassName
{
background-color: #758C84;
}
</style>
border-color css
<style>
span { border-color: #758C84; }
span { border-color: rgb(117,140,132); }
td.TdClassName
{
border-color: #758C84;
}
.TagClassName
{
border-color: #758C84;
}
</style>