Shades of Granny Smith #75978D
Tints of Granny Smith #75978D
RGB
CMYK
RGB Variations
Color information
#75978D (or 0x75978D) is known color: Granny Smith. HEX triplet: 75, 97 and 8D. RGB value is (117,151,141). Sum of RGB (Red+Green+Blue) = 117+151+141=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 151 (59.38% from 255 or 36.92% from 409); Blue value is 141 (55.47% from 255 or 34.47% from 409); Max value from RGB is 151 - color contains mainly: green. Hex color #75978D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978D is #8A6872. Grayscale: #8B8B8B. Windows color (decimal): -9070707 or 9279349. OLE color: 9279349.
HSL color Cylindrical-coordinate representation of color #75978D: hue angle of 162.35º 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 #75978D is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 141 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.41 |
| HSL | 162.35º | 0.14% | 0.53% | - |
| HSV(B) | 162.35º | 0.23% | 0.59% | - |
| XYZ | 23.21 | 27.84 | 29.35 | - |
| YUV | 139.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 141 | 0.23 | 0 | 0.07 | 0.41 | 162.35 | 0.14 | 0.53 |
| Hex | 75 | 97 | 8D | 17 | 0 | 7 | 29 | A2 | E | 35 |
| Octal | 165 | 227 | 215 | 27 | 0 | 7 | 51 | 242 | 16 | 65 |
| Binary | 1110101 | 10010111 | 10001101 | 10111 | 0 | 111 | 101001 | 10100010 | 1110 | 110101 |
Color Harmonies of #75978D
Complementary color
Monochromatic Colors of #75978D
Black with #75978D
Text Example
Text Example
White with #75978D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75978D; }
p { color: rgb(117,151,141); }
H1.HeaderClassName
{
color: #75978D;
}
.AnyTagClassName
{
color: #75978D;
}
</style>
background-color css
<style>
a { background-color: #75978D; }
a { background-color: rgb(117,151,141); }
div.DivClassName
{
background-color: #75978D;
}
.BgClassName
{
background-color: #75978D;
}
</style>
border-color css
<style>
span { border-color: #75978D; }
span { border-color: rgb(117,151,141); }
td.TdClassName
{
border-color: #75978D;
}
.TagClassName
{
border-color: #75978D;
}
</style>