Shades of Granny Smith #729484
Tints of Granny Smith #729484
RGB
CMYK
RGB Variations
Color information
#729484 (or 0x729484) is known color: Granny Smith. HEX triplet: 72, 94 and 84. RGB value is (114,148,132). Sum of RGB (Red+Green+Blue) = 114+148+132=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 132 (51.95% from 255 or 33.50% from 394); Max value from RGB is 148 - color contains mainly: green. Hex color #729484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729484 is #8D6B7B. Grayscale: #888888. Windows color (decimal): -9268092 or 8688754. OLE color: 8688754.
HSL color Cylindrical-coordinate representation of color #729484: hue angle of 151.76º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #729484 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 148 | 132 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.42 |
| HSL | 151.76º | 0.14% | 0.51% | - |
| HSV(B) | 151.76º | 0.23% | 0.58% | - |
| XYZ | 21.69 | 26.42 | 25.79 | - |
| YUV | 136.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 148 | 132 | 0.23 | 0 | 0.11 | 0.42 | 151.76 | 0.14 | 0.51 |
| Hex | 72 | 94 | 84 | 17 | 0 | B | 2A | 98 | E | 33 |
| Octal | 162 | 224 | 204 | 27 | 0 | 13 | 52 | 230 | 16 | 63 |
| Binary | 1110010 | 10010100 | 10000100 | 10111 | 0 | 1011 | 101010 | 10011000 | 1110 | 110011 |
Color Harmonies of #729484
Complementary color
Monochromatic Colors of #729484
Black with #729484
Text Example
Text Example
White with #729484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729484; }
p { color: rgb(114,148,132); }
H1.HeaderClassName
{
color: #729484;
}
.AnyTagClassName
{
color: #729484;
}
</style>
background-color css
<style>
a { background-color: #729484; }
a { background-color: rgb(114,148,132); }
div.DivClassName
{
background-color: #729484;
}
.BgClassName
{
background-color: #729484;
}
</style>
border-color css
<style>
span { border-color: #729484; }
span { border-color: rgb(114,148,132); }
td.TdClassName
{
border-color: #729484;
}
.TagClassName
{
border-color: #729484;
}
</style>