Shades of Granny Smith #758A83
Tints of Granny Smith #758A83
RGB
CMYK
RGB Variations
Color information
#758A83 (or 0x758A83) is known color: Granny Smith. HEX triplet: 75, 8A and 83. RGB value is (117,138,131). Sum of RGB (Red+Green+Blue) = 117+138+131=386 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.31% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 138 - color contains mainly: green. Hex color #758A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758A83 is #8A757C. Grayscale: #828282. Windows color (decimal): -9074045 or 8620661. OLE color: 8620661.
HSL color Cylindrical-coordinate representation of color #758A83: hue angle of 160º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758A83 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 117 | 138 | 131 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.46 |
| HSL | 160º | 0.08% | 0.5% | - |
| HSV(B) | 160º | 0.15% | 0.54% | - |
| XYZ | 20.52 | 23.6 | 24.95 | - |
| YUV | 130.92 | 128.04 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 138 | 131 | 0.15 | 0 | 0.05 | 0.46 | 160 | 0.08 | 0.5 |
| Hex | 75 | 8A | 83 | F | 0 | 5 | 2E | A0 | 8 | 32 |
| Octal | 165 | 212 | 203 | 17 | 0 | 5 | 56 | 240 | 10 | 62 |
| Binary | 1110101 | 10001010 | 10000011 | 1111 | 0 | 101 | 101110 | 10100000 | 1000 | 110010 |
Color Harmonies of #758A83
Complementary color
Monochromatic Colors of #758A83
Black with #758A83
Text Example
Text Example
White with #758A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758A83; }
p { color: rgb(117,138,131); }
H1.HeaderClassName
{
color: #758A83;
}
.AnyTagClassName
{
color: #758A83;
}
</style>
background-color css
<style>
a { background-color: #758A83; }
a { background-color: rgb(117,138,131); }
div.DivClassName
{
background-color: #758A83;
}
.BgClassName
{
background-color: #758A83;
}
</style>
border-color css
<style>
span { border-color: #758A83; }
span { border-color: rgb(117,138,131); }
td.TdClassName
{
border-color: #758A83;
}
.TagClassName
{
border-color: #758A83;
}
</style>