Shades of Granny Smith #759A8F
Tints of Granny Smith #759A8F
RGB
CMYK
RGB Variations
Color information
#759A8F (or 0x759A8F) is known color: Granny Smith. HEX triplet: 75, 9A and 8F. RGB value is (117,154,143). Sum of RGB (Red+Green+Blue) = 117+154+143=414 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.26% from 414); Green value is 154 (60.55% from 255 or 37.20% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 154 - color contains mainly: green. Hex color #759A8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759A8F is #8A6570. Grayscale: #8D8D8D. Windows color (decimal): -9069937 or 9411189. OLE color: 9411189.
HSL color Cylindrical-coordinate representation of color #759A8F: hue angle of 162.16º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759A8F is Cyan = 0.24, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 117 | 154 | 143 | - |
| CMYK | 0.24 | 0 | 0.07 | 0.40 |
| HSL | 162.16º | 0.15% | 0.53% | - |
| HSV(B) | 162.16º | 0.24% | 0.6% | - |
| XYZ | 23.85 | 28.88 | 30.3 | - |
| YUV | 141.68 | 128.74 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 143 | 0.24 | 0 | 0.07 | 0.40 | 162.16 | 0.15 | 0.53 |
| Hex | 75 | 9A | 8F | 18 | 0 | 7 | 28 | A2 | F | 35 |
| Octal | 165 | 232 | 217 | 30 | 0 | 7 | 50 | 242 | 17 | 65 |
| Binary | 1110101 | 10011010 | 10001111 | 11000 | 0 | 111 | 101000 | 10100010 | 1111 | 110101 |
Color Harmonies of #759A8F
Complementary color
Monochromatic Colors of #759A8F
Black with #759A8F
Text Example
Text Example
White with #759A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A8F; }
p { color: rgb(117,154,143); }
H1.HeaderClassName
{
color: #759A8F;
}
.AnyTagClassName
{
color: #759A8F;
}
</style>
background-color css
<style>
a { background-color: #759A8F; }
a { background-color: rgb(117,154,143); }
div.DivClassName
{
background-color: #759A8F;
}
.BgClassName
{
background-color: #759A8F;
}
</style>
border-color css
<style>
span { border-color: #759A8F; }
span { border-color: rgb(117,154,143); }
td.TdClassName
{
border-color: #759A8F;
}
.TagClassName
{
border-color: #759A8F;
}
</style>