Shades of Granny Smith #759985
Tints of Granny Smith #759985
RGB
CMYK
RGB Variations
Color information
#759985 (or 0x759985) is known color: Granny Smith. HEX triplet: 75, 99 and 85. RGB value is (117,153,133). Sum of RGB (Red+Green+Blue) = 117+153+133=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 153 (60.16% from 255 or 37.97% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 153 - color contains mainly: green. Hex color #759985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759985 is #8A667A. Grayscale: #8C8C8C. Windows color (decimal): -9070203 or 8755573. OLE color: 8755573.
HSL color Cylindrical-coordinate representation of color #759985: hue angle of 146.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #759985 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 117 | 153 | 133 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.4 |
| HSL | 146.67º | 0.15% | 0.53% | - |
| HSV(B) | 146.67º | 0.24% | 0.6% | - |
| XYZ | 22.96 | 28.26 | 26.43 | - |
| YUV | 139.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 133 | 0.24 | 0 | 0.13 | 0.4 | 146.67 | 0.15 | 0.53 |
| Hex | 75 | 99 | 85 | 18 | 0 | D | 28 | 93 | F | 35 |
| Octal | 165 | 231 | 205 | 30 | 0 | 15 | 50 | 223 | 17 | 65 |
| Binary | 1110101 | 10011001 | 10000101 | 11000 | 0 | 1101 | 101000 | 10010011 | 1111 | 110101 |
Color Harmonies of #759985
Complementary color
Monochromatic Colors of #759985
Black with #759985
Text Example
Text Example
White with #759985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759985; }
p { color: rgb(117,153,133); }
H1.HeaderClassName
{
color: #759985;
}
.AnyTagClassName
{
color: #759985;
}
</style>
background-color css
<style>
a { background-color: #759985; }
a { background-color: rgb(117,153,133); }
div.DivClassName
{
background-color: #759985;
}
.BgClassName
{
background-color: #759985;
}
</style>
border-color css
<style>
span { border-color: #759985; }
span { border-color: rgb(117,153,133); }
td.TdClassName
{
border-color: #759985;
}
.TagClassName
{
border-color: #759985;
}
</style>