Shades of Granny Smith #758B84
Tints of Granny Smith #758B84
RGB
CMYK
RGB Variations
Color information
#758B84 (or 0x758B84) is known color: Granny Smith. HEX triplet: 75, 8B and 84. RGB value is (117,139,132). Sum of RGB (Red+Green+Blue) = 117+139+132=388 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.15% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 139 - color contains mainly: green. Hex color #758B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758B84 is #8A747B. Grayscale: #838383. Windows color (decimal): -9073788 or 8686453. OLE color: 8686453.
HSL color Cylindrical-coordinate representation of color #758B84: hue angle of 160.91º 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 #758B84 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 132 | - |
| CMYK | 0.16 | 0 | 0.05 | 0.45 |
| HSL | 160.91º | 0.09% | 0.5% | - |
| HSV(B) | 160.91º | 0.16% | 0.55% | - |
| XYZ | 20.73 | 23.91 | 25.35 | - |
| YUV | 131.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 132 | 0.16 | 0 | 0.05 | 0.45 | 160.91 | 0.09 | 0.5 |
| Hex | 75 | 8B | 84 | 10 | 0 | 5 | 2D | A1 | 9 | 32 |
| Octal | 165 | 213 | 204 | 20 | 0 | 5 | 55 | 241 | 11 | 62 |
| Binary | 1110101 | 10001011 | 10000100 | 10000 | 0 | 101 | 101101 | 10100001 | 1001 | 110010 |
Color Harmonies of #758B84
Complementary color
Monochromatic Colors of #758B84
Black with #758B84
Text Example
Text Example
White with #758B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B84; }
p { color: rgb(117,139,132); }
H1.HeaderClassName
{
color: #758B84;
}
.AnyTagClassName
{
color: #758B84;
}
</style>
background-color css
<style>
a { background-color: #758B84; }
a { background-color: rgb(117,139,132); }
div.DivClassName
{
background-color: #758B84;
}
.BgClassName
{
background-color: #758B84;
}
</style>
border-color css
<style>
span { border-color: #758B84; }
span { border-color: rgb(117,139,132); }
td.TdClassName
{
border-color: #758B84;
}
.TagClassName
{
border-color: #758B84;
}
</style>