Shades of Granny Smith #729A87
Tints of Granny Smith #729A87
RGB
CMYK
RGB Variations
Color information
#729A87 (or 0x729A87) is known color: Granny Smith. HEX triplet: 72, 9A and 87. RGB value is (114,154,135). Sum of RGB (Red+Green+Blue) = 114+154+135=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 135 (53.12% from 255 or 33.50% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #729A87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A87 is #8D6578. Grayscale: #8B8B8B. Windows color (decimal): -9266553 or 8886898. OLE color: 8886898.
HSL color Cylindrical-coordinate representation of color #729A87: hue angle of 151.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A87 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 135 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.40 |
| HSL | 151.5º | 0.17% | 0.53% | - |
| HSV(B) | 151.5º | 0.26% | 0.6% | - |
| XYZ | 22.87 | 28.44 | 27.21 | - |
| YUV | 139.87 | 125.25 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 135 | 0.26 | 0 | 0.12 | 0.40 | 151.5 | 0.17 | 0.53 |
| Hex | 72 | 9A | 87 | 1A | 0 | C | 28 | 98 | 11 | 35 |
| Octal | 162 | 232 | 207 | 32 | 0 | 14 | 50 | 230 | 21 | 65 |
| Binary | 1110010 | 10011010 | 10000111 | 11010 | 0 | 1100 | 101000 | 10011000 | 10001 | 110101 |
Color Harmonies of #729A87
Complementary color
Monochromatic Colors of #729A87
Black with #729A87
Text Example
Text Example
White with #729A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A87; }
p { color: rgb(114,154,135); }
H1.HeaderClassName
{
color: #729A87;
}
.AnyTagClassName
{
color: #729A87;
}
</style>
background-color css
<style>
a { background-color: #729A87; }
a { background-color: rgb(114,154,135); }
div.DivClassName
{
background-color: #729A87;
}
.BgClassName
{
background-color: #729A87;
}
</style>
border-color css
<style>
span { border-color: #729A87; }
span { border-color: rgb(114,154,135); }
td.TdClassName
{
border-color: #729A87;
}
.TagClassName
{
border-color: #729A87;
}
</style>