Shades of Granny Smith #738D84
Tints of Granny Smith #738D84
RGB
CMYK
RGB Variations
Color information
#738D84 (or 0x738D84) is known color: Granny Smith. HEX triplet: 73, 8D and 84. RGB value is (115,141,132). Sum of RGB (Red+Green+Blue) = 115+141+132=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 141 - color contains mainly: green. Hex color #738D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738D84 is #8C727B. Grayscale: #848484. Windows color (decimal): -9204348 or 8686963. OLE color: 8686963.
HSL color Cylindrical-coordinate representation of color #738D84: hue angle of 159.23º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #738D84 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 115 | 141 | 132 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.45 |
| HSL | 159.23º | 0.1% | 0.5% | - |
| HSV(B) | 159.23º | 0.18% | 0.55% | - |
| XYZ | 20.76 | 24.36 | 25.44 | - |
| YUV | 132.2 | 127.89 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 141 | 132 | 0.18 | 0 | 0.06 | 0.45 | 159.23 | 0.1 | 0.5 |
| Hex | 73 | 8D | 84 | 12 | 0 | 6 | 2D | 9F | A | 32 |
| Octal | 163 | 215 | 204 | 22 | 0 | 6 | 55 | 237 | 12 | 62 |
| Binary | 1110011 | 10001101 | 10000100 | 10010 | 0 | 110 | 101101 | 10011111 | 1010 | 110010 |
Color Harmonies of #738D84
Complementary color
Monochromatic Colors of #738D84
Black with #738D84
Text Example
Text Example
White with #738D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738D84; }
p { color: rgb(115,141,132); }
H1.HeaderClassName
{
color: #738D84;
}
.AnyTagClassName
{
color: #738D84;
}
</style>
background-color css
<style>
a { background-color: #738D84; }
a { background-color: rgb(115,141,132); }
div.DivClassName
{
background-color: #738D84;
}
.BgClassName
{
background-color: #738D84;
}
</style>
border-color css
<style>
span { border-color: #738D84; }
span { border-color: rgb(115,141,132); }
td.TdClassName
{
border-color: #738D84;
}
.TagClassName
{
border-color: #738D84;
}
</style>