Shades of Granny Smith #758B7F
Tints of Granny Smith #758B7F
RGB
CMYK
RGB Variations
Color information
#758B7F (or 0x758B7F) is known color: Granny Smith. HEX triplet: 75, 8B and 7F. RGB value is (117,139,127). Sum of RGB (Red+Green+Blue) = 117+139+127=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 139 - color contains mainly: green. Hex color #758B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B7F is #8A7480. Grayscale: #838383. Windows color (decimal): -9073793 or 8358773. OLE color: 8358773.
HSL color Cylindrical-coordinate representation of color #758B7F: hue angle of 147.27º 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 #758B7F is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 127 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.45 |
| HSL | 147.27º | 0.09% | 0.5% | - |
| HSV(B) | 147.27º | 0.16% | 0.55% | - |
| XYZ | 20.4 | 23.78 | 23.59 | - |
| YUV | 131.05 | 125.71 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 127 | 0.16 | 0 | 0.09 | 0.45 | 147.27 | 0.09 | 0.5 |
| Hex | 75 | 8B | 7F | 10 | 0 | 9 | 2D | 93 | 9 | 32 |
| Octal | 165 | 213 | 177 | 20 | 0 | 11 | 55 | 223 | 11 | 62 |
| Binary | 1110101 | 10001011 | 1111111 | 10000 | 0 | 1001 | 101101 | 10010011 | 1001 | 110010 |
Color Harmonies of #758B7F
Complementary color
Monochromatic Colors of #758B7F
Black with #758B7F
Text Example
Text Example
White with #758B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B7F; }
p { color: rgb(117,139,127); }
H1.HeaderClassName
{
color: #758B7F;
}
.AnyTagClassName
{
color: #758B7F;
}
</style>
background-color css
<style>
a { background-color: #758B7F; }
a { background-color: rgb(117,139,127); }
div.DivClassName
{
background-color: #758B7F;
}
.BgClassName
{
background-color: #758B7F;
}
</style>
border-color css
<style>
span { border-color: #758B7F; }
span { border-color: rgb(117,139,127); }
td.TdClassName
{
border-color: #758B7F;
}
.TagClassName
{
border-color: #758B7F;
}
</style>