Shades of Granny Smith #75867E
Tints of Granny Smith #75867E
RGB
CMYK
RGB Variations
Color information
#75867E (or 0x75867E) is known color: Granny Smith. HEX triplet: 75, 86 and 7E. RGB value is (117,134,126). Sum of RGB (Red+Green+Blue) = 117+134+126=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 134 (52.73% from 255 or 35.54% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 134 - color contains mainly: green. Hex color #75867E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75867E is #8A7981. Grayscale: #808080. Windows color (decimal): -9075074 or 8291957. OLE color: 8291957.
HSL color Cylindrical-coordinate representation of color #75867E: hue angle of 151.76º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75867E is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 134 | 126 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.47 |
| HSL | 151.76º | 0.07% | 0.49% | - |
| HSV(B) | 151.76º | 0.13% | 0.53% | - |
| XYZ | 19.63 | 22.34 | 23.02 | - |
| YUV | 128.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 134 | 126 | 0.13 | 0 | 0.06 | 0.47 | 151.76 | 0.07 | 0.49 |
| Hex | 75 | 86 | 7E | D | 0 | 6 | 2F | 98 | 7 | 31 |
| Octal | 165 | 206 | 176 | 15 | 0 | 6 | 57 | 230 | 7 | 61 |
| Binary | 1110101 | 10000110 | 1111110 | 1101 | 0 | 110 | 101111 | 10011000 | 111 | 110001 |
Color Harmonies of #75867E
Complementary color
Monochromatic Colors of #75867E
Black with #75867E
Text Example
Text Example
White with #75867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75867E; }
p { color: rgb(117,134,126); }
H1.HeaderClassName
{
color: #75867E;
}
.AnyTagClassName
{
color: #75867E;
}
</style>
background-color css
<style>
a { background-color: #75867E; }
a { background-color: rgb(117,134,126); }
div.DivClassName
{
background-color: #75867E;
}
.BgClassName
{
background-color: #75867E;
}
</style>
border-color css
<style>
span { border-color: #75867E; }
span { border-color: rgb(117,134,126); }
td.TdClassName
{
border-color: #75867E;
}
.TagClassName
{
border-color: #75867E;
}
</style>