Shades of Granny Smith #759F93
Tints of Granny Smith #759F93
RGB
CMYK
RGB Variations
Color information
#759F93 (or 0x759F93) is known color: Granny Smith. HEX triplet: 75, 9F and 93. RGB value is (117,159,147). Sum of RGB (Red+Green+Blue) = 117+159+147=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 159 (62.5% from 255 or 37.59% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 159 - color contains mainly: green. Hex color #759F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759F93 is #8A606C. Grayscale: #919191. Windows color (decimal): -9068653 or 9674613. OLE color: 9674613.
HSL color Cylindrical-coordinate representation of color #759F93: hue angle of 162.86º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759F93 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 159 | 147 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.38 |
| HSL | 162.86º | 0.18% | 0.54% | - |
| HSV(B) | 162.86º | 0.26% | 0.62% | - |
| XYZ | 25 | 30.68 | 32.21 | - |
| YUV | 145.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 147 | 0.26 | 0 | 0.08 | 0.38 | 162.86 | 0.18 | 0.54 |
| Hex | 75 | 9F | 93 | 1A | 0 | 8 | 26 | A3 | 12 | 36 |
| Octal | 165 | 237 | 223 | 32 | 0 | 10 | 46 | 243 | 22 | 66 |
| Binary | 1110101 | 10011111 | 10010011 | 11010 | 0 | 1000 | 100110 | 10100011 | 10010 | 110110 |
Color Harmonies of #759F93
Complementary color
Monochromatic Colors of #759F93
Black with #759F93
Text Example
Text Example
White with #759F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759F93; }
p { color: rgb(117,159,147); }
H1.HeaderClassName
{
color: #759F93;
}
.AnyTagClassName
{
color: #759F93;
}
</style>
background-color css
<style>
a { background-color: #759F93; }
a { background-color: rgb(117,159,147); }
div.DivClassName
{
background-color: #759F93;
}
.BgClassName
{
background-color: #759F93;
}
</style>
border-color css
<style>
span { border-color: #759F93; }
span { border-color: rgb(117,159,147); }
td.TdClassName
{
border-color: #759F93;
}
.TagClassName
{
border-color: #759F93;
}
</style>