Shades of Granny Smith #759991
Tints of Granny Smith #759991
RGB
CMYK
RGB Variations
Color information
#759991 (or 0x759991) is known color: Granny Smith. HEX triplet: 75, 99 and 91. RGB value is (117,153,145). Sum of RGB (Red+Green+Blue) = 117+153+145=415 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.19% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #759991 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759991 is #8A666E. Grayscale: #8D8D8D. Windows color (decimal): -9070191 or 9542005. OLE color: 9542005.
HSL color Cylindrical-coordinate representation of color #759991: hue angle of 166.67º 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 #759991 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 145 | - |
| CMYK | 0.24 | 0 | 0.05 | 0.4 |
| HSL | 166.67º | 0.15% | 0.53% | - |
| HSV(B) | 166.67º | 0.24% | 0.6% | - |
| XYZ | 23.84 | 28.61 | 31.05 | - |
| YUV | 141.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 145 | 0.24 | 0 | 0.05 | 0.4 | 166.67 | 0.15 | 0.53 |
| Hex | 75 | 99 | 91 | 18 | 0 | 5 | 28 | A7 | F | 35 |
| Octal | 165 | 231 | 221 | 30 | 0 | 5 | 50 | 247 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10010001 | 11000 | 0 | 101 | 101000 | 10100111 | 1111 | 110101 |
Color Harmonies of #759991
Complementary color
Monochromatic Colors of #759991
Black with #759991
Text Example
Text Example
White with #759991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759991; }
p { color: rgb(117,153,145); }
H1.HeaderClassName
{
color: #759991;
}
.AnyTagClassName
{
color: #759991;
}
</style>
background-color css
<style>
a { background-color: #759991; }
a { background-color: rgb(117,153,145); }
div.DivClassName
{
background-color: #759991;
}
.BgClassName
{
background-color: #759991;
}
</style>
border-color css
<style>
span { border-color: #759991; }
span { border-color: rgb(117,153,145); }
td.TdClassName
{
border-color: #759991;
}
.TagClassName
{
border-color: #759991;
}
</style>