Shades of Granny Smith #75978C
Tints of Granny Smith #75978C
RGB
CMYK
RGB Variations
Color information
#75978C (or 0x75978C) is known color: Granny Smith. HEX triplet: 75, 97 and 8C. RGB value is (117,151,140). Sum of RGB (Red+Green+Blue) = 117+151+140=408 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.68% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 151 - color contains mainly: green. Hex color #75978C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978C is #8A6873. Grayscale: #8B8B8B. Windows color (decimal): -9070708 or 9213813. OLE color: 9213813.
HSL color Cylindrical-coordinate representation of color #75978C: hue angle of 160.59º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #75978C is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 140 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.41 |
| HSL | 160.59º | 0.14% | 0.53% | - |
| HSV(B) | 160.59º | 0.23% | 0.59% | - |
| XYZ | 23.14 | 27.81 | 28.96 | - |
| YUV | 139.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 140 | 0.23 | 0 | 0.07 | 0.41 | 160.59 | 0.14 | 0.53 |
| Hex | 75 | 97 | 8C | 17 | 0 | 7 | 29 | A1 | E | 35 |
| Octal | 165 | 227 | 214 | 27 | 0 | 7 | 51 | 241 | 16 | 65 |
| Binary | 1110101 | 10010111 | 10001100 | 10111 | 0 | 111 | 101001 | 10100001 | 1110 | 110101 |
Color Harmonies of #75978C
Complementary color
Monochromatic Colors of #75978C
Black with #75978C
Text Example
Text Example
White with #75978C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75978C; }
p { color: rgb(117,151,140); }
H1.HeaderClassName
{
color: #75978C;
}
.AnyTagClassName
{
color: #75978C;
}
</style>
background-color css
<style>
a { background-color: #75978C; }
a { background-color: rgb(117,151,140); }
div.DivClassName
{
background-color: #75978C;
}
.BgClassName
{
background-color: #75978C;
}
</style>
border-color css
<style>
span { border-color: #75978C; }
span { border-color: rgb(117,151,140); }
td.TdClassName
{
border-color: #75978C;
}
.TagClassName
{
border-color: #75978C;
}
</style>