Shades of Granny Smith #738F85
Tints of Granny Smith #738F85
RGB
CMYK
RGB Variations
Color information
#738F85 (or 0x738F85) is known color: Granny Smith. HEX triplet: 73, 8F and 85. RGB value is (115,143,133). Sum of RGB (Red+Green+Blue) = 115+143+133=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 143 - color contains mainly: green. Hex color #738F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738F85 is #8C707A. Grayscale: #858585. Windows color (decimal): -9203835 or 8753011. OLE color: 8753011.
HSL color Cylindrical-coordinate representation of color #738F85: hue angle of 158.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #738F85 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 115 | 143 | 133 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.44 |
| HSL | 158.57º | 0.11% | 0.51% | - |
| HSV(B) | 158.57º | 0.2% | 0.56% | - |
| XYZ | 21.13 | 24.98 | 25.9 | - |
| YUV | 133.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 143 | 133 | 0.20 | 0 | 0.07 | 0.44 | 158.57 | 0.11 | 0.51 |
| Hex | 73 | 8F | 85 | 14 | 0 | 7 | 2C | 9F | B | 33 |
| Octal | 163 | 217 | 205 | 24 | 0 | 7 | 54 | 237 | 13 | 63 |
| Binary | 1110011 | 10001111 | 10000101 | 10100 | 0 | 111 | 101100 | 10011111 | 1011 | 110011 |
Color Harmonies of #738F85
Complementary color
Monochromatic Colors of #738F85
Black with #738F85
Text Example
Text Example
White with #738F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #738F85; }
p { color: rgb(115,143,133); }
H1.HeaderClassName
{
color: #738F85;
}
.AnyTagClassName
{
color: #738F85;
}
</style>
background-color css
<style>
a { background-color: #738F85; }
a { background-color: rgb(115,143,133); }
div.DivClassName
{
background-color: #738F85;
}
.BgClassName
{
background-color: #738F85;
}
</style>
border-color css
<style>
span { border-color: #738F85; }
span { border-color: rgb(115,143,133); }
td.TdClassName
{
border-color: #738F85;
}
.TagClassName
{
border-color: #738F85;
}
</style>