Shades of Granny Smith #759C8A
Tints of Granny Smith #759C8A
RGB
CMYK
RGB Variations
Color information
#759C8A (or 0x759C8A) is known color: Granny Smith. HEX triplet: 75, 9C and 8A. RGB value is (117,156,138). Sum of RGB (Red+Green+Blue) = 117+156+138=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 156 - color contains mainly: green. Hex color #759C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C8A is #8A6375. Grayscale: #8E8E8E. Windows color (decimal): -9069430 or 9084021. OLE color: 9084021.
HSL color Cylindrical-coordinate representation of color #759C8A: hue angle of 152.31º 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 #759C8A is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 138 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.39 |
| HSL | 152.31º | 0.16% | 0.54% | - |
| HSV(B) | 152.31º | 0.25% | 0.61% | - |
| XYZ | 23.81 | 29.39 | 28.46 | - |
| YUV | 142.29 | 125.58 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 138 | 0.25 | 0 | 0.12 | 0.39 | 152.31 | 0.16 | 0.54 |
| Hex | 75 | 9C | 8A | 19 | 0 | C | 27 | 98 | 10 | 36 |
| Octal | 165 | 234 | 212 | 31 | 0 | 14 | 47 | 230 | 20 | 66 |
| Binary | 1110101 | 10011100 | 10001010 | 11001 | 0 | 1100 | 100111 | 10011000 | 10000 | 110110 |
Color Harmonies of #759C8A
Complementary color
Monochromatic Colors of #759C8A
Black with #759C8A
Text Example
Text Example
White with #759C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C8A; }
p { color: rgb(117,156,138); }
H1.HeaderClassName
{
color: #759C8A;
}
.AnyTagClassName
{
color: #759C8A;
}
</style>
background-color css
<style>
a { background-color: #759C8A; }
a { background-color: rgb(117,156,138); }
div.DivClassName
{
background-color: #759C8A;
}
.BgClassName
{
background-color: #759C8A;
}
</style>
border-color css
<style>
span { border-color: #759C8A; }
span { border-color: rgb(117,156,138); }
td.TdClassName
{
border-color: #759C8A;
}
.TagClassName
{
border-color: #759C8A;
}
</style>