Shades of Granny Smith #729584
Tints of Granny Smith #729584
RGB
CMYK
RGB Variations
Color information
#729584 (or 0x729584) is known color: Granny Smith. HEX triplet: 72, 95 and 84. RGB value is (114,149,132). Sum of RGB (Red+Green+Blue) = 114+149+132=395 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.86% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 132 (51.95% from 255 or 33.42% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #729584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729584 is #8D6A7B. Grayscale: #888888. Windows color (decimal): -9267836 or 8689010. OLE color: 8689010.
HSL color Cylindrical-coordinate representation of color #729584: hue angle of 150.86º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729584 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 149 | 132 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.42 |
| HSL | 150.86º | 0.14% | 0.52% | - |
| HSV(B) | 150.86º | 0.23% | 0.58% | - |
| XYZ | 21.85 | 26.74 | 25.84 | - |
| YUV | 136.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 149 | 132 | 0.23 | 0 | 0.11 | 0.42 | 150.86 | 0.14 | 0.52 |
| Hex | 72 | 95 | 84 | 17 | 0 | B | 2A | 97 | E | 34 |
| Octal | 162 | 225 | 204 | 27 | 0 | 13 | 52 | 227 | 16 | 64 |
| Binary | 1110010 | 10010101 | 10000100 | 10111 | 0 | 1011 | 101010 | 10010111 | 1110 | 110100 |
Color Harmonies of #729584
Complementary color
Monochromatic Colors of #729584
Black with #729584
Text Example
Text Example
White with #729584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729584; }
p { color: rgb(114,149,132); }
H1.HeaderClassName
{
color: #729584;
}
.AnyTagClassName
{
color: #729584;
}
</style>
background-color css
<style>
a { background-color: #729584; }
a { background-color: rgb(114,149,132); }
div.DivClassName
{
background-color: #729584;
}
.BgClassName
{
background-color: #729584;
}
</style>
border-color css
<style>
span { border-color: #729584; }
span { border-color: rgb(114,149,132); }
td.TdClassName
{
border-color: #729584;
}
.TagClassName
{
border-color: #729584;
}
</style>