Shades of Granny Smith #729B85
Tints of Granny Smith #729B85
RGB
CMYK
RGB Variations
Color information
#729B85 (or 0x729B85) is known color: Granny Smith. HEX triplet: 72, 9B and 85. RGB value is (114,155,133). Sum of RGB (Red+Green+Blue) = 114+155+133=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 155 (60.94% from 255 or 38.56% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 155 - color contains mainly: green. Hex color #729B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729B85 is #8D647A. Grayscale: #8C8C8C. Windows color (decimal): -9266299 or 8756082. OLE color: 8756082.
HSL color Cylindrical-coordinate representation of color #729B85: hue angle of 147.8º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729B85 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 114 | 155 | 133 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.39 |
| HSL | 147.8º | 0.17% | 0.53% | - |
| HSV(B) | 147.8º | 0.26% | 0.61% | - |
| XYZ | 22.89 | 28.71 | 26.53 | - |
| YUV | 140.23 | 123.92 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 155 | 133 | 0.26 | 0 | 0.14 | 0.39 | 147.8 | 0.17 | 0.53 |
| Hex | 72 | 9B | 85 | 1A | 0 | E | 27 | 94 | 11 | 35 |
| Octal | 162 | 233 | 205 | 32 | 0 | 16 | 47 | 224 | 21 | 65 |
| Binary | 1110010 | 10011011 | 10000101 | 11010 | 0 | 1110 | 100111 | 10010100 | 10001 | 110101 |
Color Harmonies of #729B85
Complementary color
Monochromatic Colors of #729B85
Black with #729B85
Text Example
Text Example
White with #729B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729B85; }
p { color: rgb(114,155,133); }
H1.HeaderClassName
{
color: #729B85;
}
.AnyTagClassName
{
color: #729B85;
}
</style>
background-color css
<style>
a { background-color: #729B85; }
a { background-color: rgb(114,155,133); }
div.DivClassName
{
background-color: #729B85;
}
.BgClassName
{
background-color: #729B85;
}
</style>
border-color css
<style>
span { border-color: #729B85; }
span { border-color: rgb(114,155,133); }
td.TdClassName
{
border-color: #729B85;
}
.TagClassName
{
border-color: #729B85;
}
</style>