Shades of Granny Smith #759C8F
Tints of Granny Smith #759C8F
RGB
CMYK
RGB Variations
Color information
#759C8F (or 0x759C8F) is known color: Granny Smith. HEX triplet: 75, 9C and 8F. RGB value is (117,156,143). Sum of RGB (Red+Green+Blue) = 117+156+143=416 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.12% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #759C8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C8F is #8A6370. Grayscale: #8E8E8E. Windows color (decimal): -9069425 or 9411701. OLE color: 9411701.
HSL color Cylindrical-coordinate representation of color #759C8F: hue angle of 160º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #759C8F is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 143 | - |
| CMYK | 0.25 | 0 | 0.08 | 0.39 |
| HSL | 160º | 0.16% | 0.54% | - |
| HSV(B) | 160º | 0.25% | 0.61% | - |
| XYZ | 24.18 | 29.54 | 30.41 | - |
| YUV | 142.86 | 128.08 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 143 | 0.25 | 0 | 0.08 | 0.39 | 160 | 0.16 | 0.54 |
| Hex | 75 | 9C | 8F | 19 | 0 | 8 | 27 | A0 | 10 | 36 |
| Octal | 165 | 234 | 217 | 31 | 0 | 10 | 47 | 240 | 20 | 66 |
| Binary | 1110101 | 10011100 | 10001111 | 11001 | 0 | 1000 | 100111 | 10100000 | 10000 | 110110 |
Color Harmonies of #759C8F
Complementary color
Monochromatic Colors of #759C8F
Black with #759C8F
Text Example
Text Example
White with #759C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C8F; }
p { color: rgb(117,156,143); }
H1.HeaderClassName
{
color: #759C8F;
}
.AnyTagClassName
{
color: #759C8F;
}
</style>
background-color css
<style>
a { background-color: #759C8F; }
a { background-color: rgb(117,156,143); }
div.DivClassName
{
background-color: #759C8F;
}
.BgClassName
{
background-color: #759C8F;
}
</style>
border-color css
<style>
span { border-color: #759C8F; }
span { border-color: rgb(117,156,143); }
td.TdClassName
{
border-color: #759C8F;
}
.TagClassName
{
border-color: #759C8F;
}
</style>