Shades of Granny Smith #75978F
Tints of Granny Smith #75978F
RGB
CMYK
RGB Variations
Color information
#75978F (or 0x75978F) is known color: Granny Smith. HEX triplet: 75, 97 and 8F. RGB value is (117,151,143). Sum of RGB (Red+Green+Blue) = 117+151+143=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 151 (59.38% from 255 or 36.74% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 151 - color contains mainly: green. Hex color #75978F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978F is #8A6870. Grayscale: #8B8B8B. Windows color (decimal): -9070705 or 9410421. OLE color: 9410421.
HSL color Cylindrical-coordinate representation of color #75978F: hue angle of 165.88º 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 #75978F is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 143 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.41 |
| HSL | 165.88º | 0.14% | 0.53% | - |
| HSV(B) | 165.88º | 0.23% | 0.59% | - |
| XYZ | 23.36 | 27.9 | 30.14 | - |
| YUV | 139.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 143 | 0.23 | 0 | 0.05 | 0.41 | 165.88 | 0.14 | 0.53 |
| Hex | 75 | 97 | 8F | 17 | 0 | 5 | 29 | A6 | E | 35 |
| Octal | 165 | 227 | 217 | 27 | 0 | 5 | 51 | 246 | 16 | 65 |
| Binary | 1110101 | 10010111 | 10001111 | 10111 | 0 | 101 | 101001 | 10100110 | 1110 | 110101 |
Color Harmonies of #75978F
Complementary color
Monochromatic Colors of #75978F
Black with #75978F
Text Example
Text Example
White with #75978F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75978F; }
p { color: rgb(117,151,143); }
H1.HeaderClassName
{
color: #75978F;
}
.AnyTagClassName
{
color: #75978F;
}
</style>
background-color css
<style>
a { background-color: #75978F; }
a { background-color: rgb(117,151,143); }
div.DivClassName
{
background-color: #75978F;
}
.BgClassName
{
background-color: #75978F;
}
</style>
border-color css
<style>
span { border-color: #75978F; }
span { border-color: rgb(117,151,143); }
td.TdClassName
{
border-color: #75978F;
}
.TagClassName
{
border-color: #75978F;
}
</style>