Shades of Granny Smith #758F88
Tints of Granny Smith #758F88
RGB
CMYK
RGB Variations
Color information
#758F88 (or 0x758F88) is known color: Granny Smith. HEX triplet: 75, 8F and 88. RGB value is (117,143,136). Sum of RGB (Red+Green+Blue) = 117+143+136=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 143 (56.25% from 255 or 36.11% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 143 - color contains mainly: green. Hex color #758F88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758F88 is #8A7077. Grayscale: #868686. Windows color (decimal): -9072760 or 8949621. OLE color: 8949621.
HSL color Cylindrical-coordinate representation of color #758F88: hue angle of 163.85º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #758F88 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 117 | 143 | 136 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.44 |
| HSL | 163.85º | 0.1% | 0.51% | - |
| HSV(B) | 163.85º | 0.18% | 0.56% | - |
| XYZ | 21.6 | 25.2 | 27.02 | - |
| YUV | 134.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 143 | 136 | 0.18 | 0 | 0.05 | 0.44 | 163.85 | 0.1 | 0.51 |
| Hex | 75 | 8F | 88 | 12 | 0 | 5 | 2C | A4 | A | 33 |
| Octal | 165 | 217 | 210 | 22 | 0 | 5 | 54 | 244 | 12 | 63 |
| Binary | 1110101 | 10001111 | 10001000 | 10010 | 0 | 101 | 101100 | 10100100 | 1010 | 110011 |
Color Harmonies of #758F88
Complementary color
Monochromatic Colors of #758F88
Black with #758F88
Text Example
Text Example
White with #758F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758F88; }
p { color: rgb(117,143,136); }
H1.HeaderClassName
{
color: #758F88;
}
.AnyTagClassName
{
color: #758F88;
}
</style>
background-color css
<style>
a { background-color: #758F88; }
a { background-color: rgb(117,143,136); }
div.DivClassName
{
background-color: #758F88;
}
.BgClassName
{
background-color: #758F88;
}
</style>
border-color css
<style>
span { border-color: #758F88; }
span { border-color: rgb(117,143,136); }
td.TdClassName
{
border-color: #758F88;
}
.TagClassName
{
border-color: #758F88;
}
</style>