Shades of Granny Smith #759084
Tints of Granny Smith #759084
RGB
CMYK
RGB Variations
Color information
#759084 (or 0x759084) is known color: Granny Smith. HEX triplet: 75, 90 and 84. RGB value is (117,144,132). Sum of RGB (Red+Green+Blue) = 117+144+132=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 132 (51.95% from 255 or 33.59% from 393); Max value from RGB is 144 - color contains mainly: green. Hex color #759084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759084 is #8A6F7B. Grayscale: #868686. Windows color (decimal): -9072508 or 8687733. OLE color: 8687733.
HSL color Cylindrical-coordinate representation of color #759084: hue angle of 153.33º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #759084 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 144 | 132 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.44 |
| HSL | 153.33º | 0.11% | 0.51% | - |
| HSV(B) | 153.33º | 0.19% | 0.56% | - |
| XYZ | 21.47 | 25.39 | 25.6 | - |
| YUV | 134.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 144 | 132 | 0.19 | 0 | 0.08 | 0.44 | 153.33 | 0.11 | 0.51 |
| Hex | 75 | 90 | 84 | 13 | 0 | 8 | 2C | 99 | B | 33 |
| Octal | 165 | 220 | 204 | 23 | 0 | 10 | 54 | 231 | 13 | 63 |
| Binary | 1110101 | 10010000 | 10000100 | 10011 | 0 | 1000 | 101100 | 10011001 | 1011 | 110011 |
Color Harmonies of #759084
Complementary color
Monochromatic Colors of #759084
Black with #759084
Text Example
Text Example
White with #759084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759084; }
p { color: rgb(117,144,132); }
H1.HeaderClassName
{
color: #759084;
}
.AnyTagClassName
{
color: #759084;
}
</style>
background-color css
<style>
a { background-color: #759084; }
a { background-color: rgb(117,144,132); }
div.DivClassName
{
background-color: #759084;
}
.BgClassName
{
background-color: #759084;
}
</style>
border-color css
<style>
span { border-color: #759084; }
span { border-color: rgb(117,144,132); }
td.TdClassName
{
border-color: #759084;
}
.TagClassName
{
border-color: #759084;
}
</style>