Shades of Granny Smith #75A096
Tints of Granny Smith #75A096
RGB
CMYK
RGB Variations
Color information
#75A096 (or 0x75A096) is known color: Granny Smith. HEX triplet: 75, A0 and 96. RGB value is (117,160,150). Sum of RGB (Red+Green+Blue) = 117+160+150=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 160 (62.89% from 255 or 37.47% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 160 - color contains mainly: green. Hex color #75A096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A096 is #8A5F69. Grayscale: #929292. Windows color (decimal): -9068394 or 9871477. OLE color: 9871477.
HSL color Cylindrical-coordinate representation of color #75A096: hue angle of 166.05º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A096 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 150 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.37 |
| HSL | 166.05º | 0.18% | 0.54% | - |
| HSV(B) | 166.05º | 0.27% | 0.63% | - |
| XYZ | 25.41 | 31.13 | 33.52 | - |
| YUV | 146 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 150 | 0.27 | 0 | 0.06 | 0.37 | 166.05 | 0.18 | 0.54 |
| Hex | 75 | A0 | 96 | 1B | 0 | 6 | 25 | A6 | 12 | 36 |
| Octal | 165 | 240 | 226 | 33 | 0 | 6 | 45 | 246 | 22 | 66 |
| Binary | 1110101 | 10100000 | 10010110 | 11011 | 0 | 110 | 100101 | 10100110 | 10010 | 110110 |
Color Harmonies of #75A096
Complementary color
Monochromatic Colors of #75A096
Black with #75A096
Text Example
Text Example
White with #75A096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A096; }
p { color: rgb(117,160,150); }
H1.HeaderClassName
{
color: #75A096;
}
.AnyTagClassName
{
color: #75A096;
}
</style>
background-color css
<style>
a { background-color: #75A096; }
a { background-color: rgb(117,160,150); }
div.DivClassName
{
background-color: #75A096;
}
.BgClassName
{
background-color: #75A096;
}
</style>
border-color css
<style>
span { border-color: #75A096; }
span { border-color: rgb(117,160,150); }
td.TdClassName
{
border-color: #75A096;
}
.TagClassName
{
border-color: #75A096;
}
</style>