Shades of Granny Smith #75978A
Tints of Granny Smith #75978A
RGB
CMYK
RGB Variations
Color information
#75978A (or 0x75978A) is known color: Granny Smith. HEX triplet: 75, 97 and 8A. RGB value is (117,151,138). Sum of RGB (Red+Green+Blue) = 117+151+138=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 151 - color contains mainly: green. Hex color #75978A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75978A is #8A6875. Grayscale: #8B8B8B. Windows color (decimal): -9070710 or 9082741. OLE color: 9082741.
HSL color Cylindrical-coordinate representation of color #75978A: hue angle of 157.06º 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 #75978A is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 117 | 151 | 138 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.41 |
| HSL | 157.06º | 0.14% | 0.53% | - |
| HSV(B) | 157.06º | 0.23% | 0.59% | - |
| XYZ | 22.99 | 27.75 | 28.19 | - |
| YUV | 139.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 151 | 138 | 0.23 | 0 | 0.09 | 0.41 | 157.06 | 0.14 | 0.53 |
| Hex | 75 | 97 | 8A | 17 | 0 | 9 | 29 | 9D | E | 35 |
| Octal | 165 | 227 | 212 | 27 | 0 | 11 | 51 | 235 | 16 | 65 |
| Binary | 1110101 | 10010111 | 10001010 | 10111 | 0 | 1001 | 101001 | 10011101 | 1110 | 110101 |
Color Harmonies of #75978A
Complementary color
Monochromatic Colors of #75978A
Black with #75978A
Text Example
Text Example
White with #75978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75978A; }
p { color: rgb(117,151,138); }
H1.HeaderClassName
{
color: #75978A;
}
.AnyTagClassName
{
color: #75978A;
}
</style>
background-color css
<style>
a { background-color: #75978A; }
a { background-color: rgb(117,151,138); }
div.DivClassName
{
background-color: #75978A;
}
.BgClassName
{
background-color: #75978A;
}
</style>
border-color css
<style>
span { border-color: #75978A; }
span { border-color: rgb(117,151,138); }
td.TdClassName
{
border-color: #75978A;
}
.TagClassName
{
border-color: #75978A;
}
</style>