Shades of Granny Smith #75988C
Tints of Granny Smith #75988C
RGB
CMYK
RGB Variations
Color information
#75988C (or 0x75988C) is known color: Granny Smith. HEX triplet: 75, 98 and 8C. RGB value is (117,152,140). Sum of RGB (Red+Green+Blue) = 117+152+140=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 152 (59.77% from 255 or 37.16% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 152 - color contains mainly: green. Hex color #75988C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75988C is #8A6773. Grayscale: #8C8C8C. Windows color (decimal): -9070452 or 9214069. OLE color: 9214069.
HSL color Cylindrical-coordinate representation of color #75988C: hue angle of 159.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75988C is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 140 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.40 |
| HSL | 159.43º | 0.15% | 0.53% | - |
| HSV(B) | 159.43º | 0.23% | 0.6% | - |
| XYZ | 23.3 | 28.13 | 29.01 | - |
| YUV | 140.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 140 | 0.23 | 0 | 0.08 | 0.40 | 159.43 | 0.15 | 0.53 |
| Hex | 75 | 98 | 8C | 17 | 0 | 8 | 28 | 9F | F | 35 |
| Octal | 165 | 230 | 214 | 27 | 0 | 10 | 50 | 237 | 17 | 65 |
| Binary | 1110101 | 10011000 | 10001100 | 10111 | 0 | 1000 | 101000 | 10011111 | 1111 | 110101 |
Color Harmonies of #75988C
Complementary color
Monochromatic Colors of #75988C
Black with #75988C
Text Example
Text Example
White with #75988C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75988C; }
p { color: rgb(117,152,140); }
H1.HeaderClassName
{
color: #75988C;
}
.AnyTagClassName
{
color: #75988C;
}
</style>
background-color css
<style>
a { background-color: #75988C; }
a { background-color: rgb(117,152,140); }
div.DivClassName
{
background-color: #75988C;
}
.BgClassName
{
background-color: #75988C;
}
</style>
border-color css
<style>
span { border-color: #75988C; }
span { border-color: rgb(117,152,140); }
td.TdClassName
{
border-color: #75988C;
}
.TagClassName
{
border-color: #75988C;
}
</style>