Shades of Granny Smith #728F85
Tints of Granny Smith #728F85
RGB
CMYK
RGB Variations
Color information
#728F85 (or 0x728F85) is known color: Granny Smith. HEX triplet: 72, 8F and 85. RGB value is (114,143,133). Sum of RGB (Red+Green+Blue) = 114+143+133=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 143 - color contains mainly: green. Hex color #728F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728F85 is #8D707A. Grayscale: #858585. Windows color (decimal): -9269371 or 8753010. OLE color: 8753010.
HSL color Cylindrical-coordinate representation of color #728F85: hue angle of 159.31º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #728F85 is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 114 | 143 | 133 | - |
| CMYK | 0.20 | 0 | 0.07 | 0.44 |
| HSL | 159.31º | 0.11% | 0.5% | - |
| HSV(B) | 159.31º | 0.2% | 0.56% | - |
| XYZ | 21 | 24.92 | 25.89 | - |
| YUV | 133.19 | 127.89 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 143 | 133 | 0.20 | 0 | 0.07 | 0.44 | 159.31 | 0.11 | 0.5 |
| Hex | 72 | 8F | 85 | 14 | 0 | 7 | 2C | 9F | B | 32 |
| Octal | 162 | 217 | 205 | 24 | 0 | 7 | 54 | 237 | 13 | 62 |
| Binary | 1110010 | 10001111 | 10000101 | 10100 | 0 | 111 | 101100 | 10011111 | 1011 | 110010 |
Color Harmonies of #728F85
Complementary color
Monochromatic Colors of #728F85
Black with #728F85
Text Example
Text Example
White with #728F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728F85; }
p { color: rgb(114,143,133); }
H1.HeaderClassName
{
color: #728F85;
}
.AnyTagClassName
{
color: #728F85;
}
</style>
background-color css
<style>
a { background-color: #728F85; }
a { background-color: rgb(114,143,133); }
div.DivClassName
{
background-color: #728F85;
}
.BgClassName
{
background-color: #728F85;
}
</style>
border-color css
<style>
span { border-color: #728F85; }
span { border-color: rgb(114,143,133); }
td.TdClassName
{
border-color: #728F85;
}
.TagClassName
{
border-color: #728F85;
}
</style>