Shades of Granny Smith #758C80
Tints of Granny Smith #758C80
RGB
CMYK
RGB Variations
Color information
#758C80 (or 0x758C80) is known color: Granny Smith. HEX triplet: 75, 8C and 80. RGB value is (117,140,128). Sum of RGB (Red+Green+Blue) = 117+140+128=385 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.39% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 140 - color contains mainly: green. Hex color #758C80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C80 is #8A737F. Grayscale: #838383. Windows color (decimal): -9073536 or 8424565. OLE color: 8424565.
HSL color Cylindrical-coordinate representation of color #758C80: hue angle of 148.7º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758C80 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 128 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.45 |
| HSL | 148.7º | 0.09% | 0.5% | - |
| HSV(B) | 148.7º | 0.16% | 0.55% | - |
| XYZ | 20.61 | 24.1 | 23.99 | - |
| YUV | 131.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 128 | 0.16 | 0 | 0.09 | 0.45 | 148.7 | 0.09 | 0.5 |
| Hex | 75 | 8C | 80 | 10 | 0 | 9 | 2D | 95 | 9 | 32 |
| Octal | 165 | 214 | 200 | 20 | 0 | 11 | 55 | 225 | 11 | 62 |
| Binary | 1110101 | 10001100 | 10000000 | 10000 | 0 | 1001 | 101101 | 10010101 | 1001 | 110010 |
Color Harmonies of #758C80
Complementary color
Monochromatic Colors of #758C80
Black with #758C80
Text Example
Text Example
White with #758C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C80; }
p { color: rgb(117,140,128); }
H1.HeaderClassName
{
color: #758C80;
}
.AnyTagClassName
{
color: #758C80;
}
</style>
background-color css
<style>
a { background-color: #758C80; }
a { background-color: rgb(117,140,128); }
div.DivClassName
{
background-color: #758C80;
}
.BgClassName
{
background-color: #758C80;
}
</style>
border-color css
<style>
span { border-color: #758C80; }
span { border-color: rgb(117,140,128); }
td.TdClassName
{
border-color: #758C80;
}
.TagClassName
{
border-color: #758C80;
}
</style>