Shades of Granny Smith #75978E
Tints of Granny Smith #75978E
RGB
CMYK
RGB Variations
Color information
#75978E (or 0x75978E) is known color: Granny Smith. HEX triplet: 75, 97 and 8E. RGB value is (117,151,142). Sum of RGB (Red+Green+Blue) = 117+151+142=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 151 (59.38% from 255 or 36.83% from 410); Blue value is 142 (55.86% from 255 or 34.63% from 410); Max value from RGB is 151 - color contains mainly: green. Hex color #75978E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978E is #8A6871. Grayscale: #8B8B8B. Windows color (decimal): -9070706 or 9344885. OLE color: 9344885.
HSL color Cylindrical-coordinate representation of color #75978E: hue angle of 164.12º 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 #75978E is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 142 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.41 |
| HSL | 164.12º | 0.14% | 0.53% | - |
| HSV(B) | 164.12º | 0.23% | 0.59% | - |
| XYZ | 23.29 | 27.87 | 29.74 | - |
| YUV | 139.81 | 129.24 | 111.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 142 | 0.23 | 0 | 0.06 | 0.41 | 164.12 | 0.14 | 0.53 |
| Hex | 75 | 97 | 8E | 17 | 0 | 6 | 29 | A4 | E | 35 |
| Octal | 165 | 227 | 216 | 27 | 0 | 6 | 51 | 244 | 16 | 65 |
| Binary | 1110101 | 10010111 | 10001110 | 10111 | 0 | 110 | 101001 | 10100100 | 1110 | 110101 |
Color Harmonies of #75978E
Complementary color
Monochromatic Colors of #75978E
Black with #75978E
Text Example
Text Example
White with #75978E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75978E; }
p { color: rgb(117,151,142); }
H1.HeaderClassName
{
color: #75978E;
}
.AnyTagClassName
{
color: #75978E;
}
</style>
background-color css
<style>
a { background-color: #75978E; }
a { background-color: rgb(117,151,142); }
div.DivClassName
{
background-color: #75978E;
}
.BgClassName
{
background-color: #75978E;
}
</style>
border-color css
<style>
span { border-color: #75978E; }
span { border-color: rgb(117,151,142); }
td.TdClassName
{
border-color: #75978E;
}
.TagClassName
{
border-color: #75978E;
}
</style>