Shades of Granny Smith #759C92
Tints of Granny Smith #759C92
RGB
CMYK
RGB Variations
Color information
#759C92 (or 0x759C92) is known color: Granny Smith. HEX triplet: 75, 9C and 92. RGB value is (117,156,146). Sum of RGB (Red+Green+Blue) = 117+156+146=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 146 (57.42% from 255 or 34.84% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #759C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C92 is #8A636D. Grayscale: #8F8F8F. Windows color (decimal): -9069422 or 9608309. OLE color: 9608309.
HSL color Cylindrical-coordinate representation of color #759C92: hue angle of 164.62º 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 #759C92 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 117 | 156 | 146 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.39 |
| HSL | 164.62º | 0.16% | 0.54% | - |
| HSV(B) | 164.62º | 0.25% | 0.61% | - |
| XYZ | 24.41 | 29.63 | 31.63 | - |
| YUV | 143.2 | 129.58 | 109.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 146 | 0.25 | 0 | 0.06 | 0.39 | 164.62 | 0.16 | 0.54 |
| Hex | 75 | 9C | 92 | 19 | 0 | 6 | 27 | A5 | 10 | 36 |
| Octal | 165 | 234 | 222 | 31 | 0 | 6 | 47 | 245 | 20 | 66 |
| Binary | 1110101 | 10011100 | 10010010 | 11001 | 0 | 110 | 100111 | 10100101 | 10000 | 110110 |
Color Harmonies of #759C92
Complementary color
Monochromatic Colors of #759C92
Black with #759C92
Text Example
Text Example
White with #759C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759C92; }
p { color: rgb(117,156,146); }
H1.HeaderClassName
{
color: #759C92;
}
.AnyTagClassName
{
color: #759C92;
}
</style>
background-color css
<style>
a { background-color: #759C92; }
a { background-color: rgb(117,156,146); }
div.DivClassName
{
background-color: #759C92;
}
.BgClassName
{
background-color: #759C92;
}
</style>
border-color css
<style>
span { border-color: #759C92; }
span { border-color: rgb(117,156,146); }
td.TdClassName
{
border-color: #759C92;
}
.TagClassName
{
border-color: #759C92;
}
</style>