Shades of Granny Smith #729385
Tints of Granny Smith #729385
RGB
CMYK
RGB Variations
Color information
#729385 (or 0x729385) is known color: Granny Smith. HEX triplet: 72, 93 and 85. RGB value is (114,147,133). Sum of RGB (Red+Green+Blue) = 114+147+133=394 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.93% from 394); Green value is 147 (57.81% from 255 or 37.31% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 147 - color contains mainly: green. Hex color #729385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729385 is #8D6C7A. Grayscale: #878787. Windows color (decimal): -9268347 or 8754034. OLE color: 8754034.
HSL color Cylindrical-coordinate representation of color #729385: hue angle of 154.55º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #729385 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 133 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.42 |
| HSL | 154.55º | 0.13% | 0.51% | - |
| HSV(B) | 154.55º | 0.22% | 0.58% | - |
| XYZ | 21.61 | 26.14 | 26.1 | - |
| YUV | 135.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 133 | 0.22 | 0 | 0.10 | 0.42 | 154.55 | 0.13 | 0.51 |
| Hex | 72 | 93 | 85 | 16 | 0 | A | 2A | 9B | D | 33 |
| Octal | 162 | 223 | 205 | 26 | 0 | 12 | 52 | 233 | 15 | 63 |
| Binary | 1110010 | 10010011 | 10000101 | 10110 | 0 | 1010 | 101010 | 10011011 | 1101 | 110011 |
Color Harmonies of #729385
Complementary color
Monochromatic Colors of #729385
Black with #729385
Text Example
Text Example
White with #729385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729385; }
p { color: rgb(114,147,133); }
H1.HeaderClassName
{
color: #729385;
}
.AnyTagClassName
{
color: #729385;
}
</style>
background-color css
<style>
a { background-color: #729385; }
a { background-color: rgb(114,147,133); }
div.DivClassName
{
background-color: #729385;
}
.BgClassName
{
background-color: #729385;
}
</style>
border-color css
<style>
span { border-color: #729385; }
span { border-color: rgb(114,147,133); }
td.TdClassName
{
border-color: #729385;
}
.TagClassName
{
border-color: #729385;
}
</style>