Shades of Granny Smith #729188
Tints of Granny Smith #729188
RGB
CMYK
RGB Variations
Color information
#729188 (or 0x729188) is known color: Granny Smith. HEX triplet: 72, 91 and 88. RGB value is (114,145,136). Sum of RGB (Red+Green+Blue) = 114+145+136=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #729188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729188 is #8D6E77. Grayscale: #868686. Windows color (decimal): -9268856 or 8950130. OLE color: 8950130.
HSL color Cylindrical-coordinate representation of color #729188: hue angle of 162.58º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #729188 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 114 | 145 | 136 | - |
| CMYK | 0.21 | 0 | 0.06 | 0.43 |
| HSL | 162.58º | 0.12% | 0.51% | - |
| HSV(B) | 162.58º | 0.21% | 0.57% | - |
| XYZ | 21.51 | 25.61 | 27.1 | - |
| YUV | 134.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 145 | 136 | 0.21 | 0 | 0.06 | 0.43 | 162.58 | 0.12 | 0.51 |
| Hex | 72 | 91 | 88 | 15 | 0 | 6 | 2B | A3 | C | 33 |
| Octal | 162 | 221 | 210 | 25 | 0 | 6 | 53 | 243 | 14 | 63 |
| Binary | 1110010 | 10010001 | 10001000 | 10101 | 0 | 110 | 101011 | 10100011 | 1100 | 110011 |
Color Harmonies of #729188
Complementary color
Monochromatic Colors of #729188
Black with #729188
Text Example
Text Example
White with #729188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729188; }
p { color: rgb(114,145,136); }
H1.HeaderClassName
{
color: #729188;
}
.AnyTagClassName
{
color: #729188;
}
</style>
background-color css
<style>
a { background-color: #729188; }
a { background-color: rgb(114,145,136); }
div.DivClassName
{
background-color: #729188;
}
.BgClassName
{
background-color: #729188;
}
</style>
border-color css
<style>
span { border-color: #729188; }
span { border-color: rgb(114,145,136); }
td.TdClassName
{
border-color: #729188;
}
.TagClassName
{
border-color: #729188;
}
</style>