Shades of Granny Smith #729A88
Tints of Granny Smith #729A88
RGB
CMYK
RGB Variations
Color information
#729A88 (or 0x729A88) is known color: Granny Smith. HEX triplet: 72, 9A and 88. RGB value is (114,154,136). Sum of RGB (Red+Green+Blue) = 114+154+136=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 154 (60.55% from 255 or 38.12% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 154 - color contains mainly: green. Hex color #729A88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A88 is #8D6577. Grayscale: #8C8C8C. Windows color (decimal): -9266552 or 8952434. OLE color: 8952434.
HSL color Cylindrical-coordinate representation of color #729A88: hue angle of 153º 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 #729A88 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 114 | 154 | 136 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.40 |
| HSL | 153º | 0.17% | 0.53% | - |
| HSV(B) | 153º | 0.26% | 0.6% | - |
| XYZ | 22.94 | 28.47 | 27.58 | - |
| YUV | 139.99 | 125.75 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 154 | 136 | 0.26 | 0 | 0.12 | 0.40 | 153 | 0.17 | 0.53 |
| Hex | 72 | 9A | 88 | 1A | 0 | C | 28 | 99 | 11 | 35 |
| Octal | 162 | 232 | 210 | 32 | 0 | 14 | 50 | 231 | 21 | 65 |
| Binary | 1110010 | 10011010 | 10001000 | 11010 | 0 | 1100 | 101000 | 10011001 | 10001 | 110101 |
Color Harmonies of #729A88
Complementary color
Monochromatic Colors of #729A88
Black with #729A88
Text Example
Text Example
White with #729A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729A88; }
p { color: rgb(114,154,136); }
H1.HeaderClassName
{
color: #729A88;
}
.AnyTagClassName
{
color: #729A88;
}
</style>
background-color css
<style>
a { background-color: #729A88; }
a { background-color: rgb(114,154,136); }
div.DivClassName
{
background-color: #729A88;
}
.BgClassName
{
background-color: #729A88;
}
</style>
border-color css
<style>
span { border-color: #729A88; }
span { border-color: rgb(114,154,136); }
td.TdClassName
{
border-color: #729A88;
}
.TagClassName
{
border-color: #729A88;
}
</style>