Shades of Granny Smith #75988E
Tints of Granny Smith #75988E
RGB
CMYK
RGB Variations
Color information
#75988E (or 0x75988E) is known color: Granny Smith. HEX triplet: 75, 98 and 8E. RGB value is (117,152,142). Sum of RGB (Red+Green+Blue) = 117+152+142=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 152 (59.77% from 255 or 36.98% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 152 - color contains mainly: green. Hex color #75988E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75988E is #8A6771. Grayscale: #8C8C8C. Windows color (decimal): -9070450 or 9345141. OLE color: 9345141.
HSL color Cylindrical-coordinate representation of color #75988E: hue angle of 162.86º 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 #75988E is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 152 | 142 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.40 |
| HSL | 162.86º | 0.15% | 0.53% | - |
| HSV(B) | 162.86º | 0.23% | 0.6% | - |
| XYZ | 23.45 | 28.19 | 29.8 | - |
| YUV | 140.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 142 | 0.23 | 0 | 0.07 | 0.40 | 162.86 | 0.15 | 0.53 |
| Hex | 75 | 98 | 8E | 17 | 0 | 7 | 28 | A3 | F | 35 |
| Octal | 165 | 230 | 216 | 27 | 0 | 7 | 50 | 243 | 17 | 65 |
| Binary | 1110101 | 10011000 | 10001110 | 10111 | 0 | 111 | 101000 | 10100011 | 1111 | 110101 |
Color Harmonies of #75988E
Complementary color
Monochromatic Colors of #75988E
Black with #75988E
Text Example
Text Example
White with #75988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75988E; }
p { color: rgb(117,152,142); }
H1.HeaderClassName
{
color: #75988E;
}
.AnyTagClassName
{
color: #75988E;
}
</style>
background-color css
<style>
a { background-color: #75988E; }
a { background-color: rgb(117,152,142); }
div.DivClassName
{
background-color: #75988E;
}
.BgClassName
{
background-color: #75988E;
}
</style>
border-color css
<style>
span { border-color: #75988E; }
span { border-color: rgb(117,152,142); }
td.TdClassName
{
border-color: #75988E;
}
.TagClassName
{
border-color: #75988E;
}
</style>