Shades of Granny Smith #729E94
Tints of Granny Smith #729E94
RGB
CMYK
RGB Variations
Color information
#729E94 (or 0x729E94) is known color: Granny Smith. HEX triplet: 72, 9E and 94. RGB value is (114,158,148). Sum of RGB (Red+Green+Blue) = 114+158+148=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 158 - color contains mainly: green. Hex color #729E94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729E94 is #8D616B. Grayscale: #8F8F8F. Windows color (decimal): -9265516 or 9739890. OLE color: 9739890.
HSL color Cylindrical-coordinate representation of color #729E94: hue angle of 166.36º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729E94 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 158 | 148 | - |
| CMYK | 0.28 | 0 | 0.06 | 0.38 |
| HSL | 166.36º | 0.18% | 0.53% | - |
| HSV(B) | 166.36º | 0.28% | 0.62% | - |
| XYZ | 24.51 | 30.17 | 32.55 | - |
| YUV | 143.7 | 130.42 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 158 | 148 | 0.28 | 0 | 0.06 | 0.38 | 166.36 | 0.18 | 0.53 |
| Hex | 72 | 9E | 94 | 1C | 0 | 6 | 26 | A6 | 12 | 35 |
| Octal | 162 | 236 | 224 | 34 | 0 | 6 | 46 | 246 | 22 | 65 |
| Binary | 1110010 | 10011110 | 10010100 | 11100 | 0 | 110 | 100110 | 10100110 | 10010 | 110101 |
Color Harmonies of #729E94
Complementary color
Monochromatic Colors of #729E94
Black with #729E94
Text Example
Text Example
White with #729E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729E94; }
p { color: rgb(114,158,148); }
H1.HeaderClassName
{
color: #729E94;
}
.AnyTagClassName
{
color: #729E94;
}
</style>
background-color css
<style>
a { background-color: #729E94; }
a { background-color: rgb(114,158,148); }
div.DivClassName
{
background-color: #729E94;
}
.BgClassName
{
background-color: #729E94;
}
</style>
border-color css
<style>
span { border-color: #729E94; }
span { border-color: rgb(114,158,148); }
td.TdClassName
{
border-color: #729E94;
}
.TagClassName
{
border-color: #729E94;
}
</style>