Shades of Granny Smith #729985
Tints of Granny Smith #729985
RGB
CMYK
RGB Variations
Color information
#729985 (or 0x729985) is known color: Granny Smith. HEX triplet: 72, 99 and 85. RGB value is (114,153,133). Sum of RGB (Red+Green+Blue) = 114+153+133=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #729985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729985 is #8D667A. Grayscale: #8B8B8B. Windows color (decimal): -9266811 or 8755570. OLE color: 8755570.
HSL color Cylindrical-coordinate representation of color #729985: hue angle of 149.23º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #729985 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 153 | 133 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.4 |
| HSL | 149.23º | 0.16% | 0.52% | - |
| HSV(B) | 149.23º | 0.25% | 0.6% | - |
| XYZ | 22.56 | 28.05 | 26.42 | - |
| YUV | 139.06 | 124.58 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 153 | 133 | 0.25 | 0 | 0.13 | 0.4 | 149.23 | 0.16 | 0.52 |
| Hex | 72 | 99 | 85 | 19 | 0 | D | 28 | 95 | 10 | 34 |
| Octal | 162 | 231 | 205 | 31 | 0 | 15 | 50 | 225 | 20 | 64 |
| Binary | 1110010 | 10011001 | 10000101 | 11001 | 0 | 1101 | 101000 | 10010101 | 10000 | 110100 |
Color Harmonies of #729985
Complementary color
Monochromatic Colors of #729985
Black with #729985
Text Example
Text Example
White with #729985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729985; }
p { color: rgb(114,153,133); }
H1.HeaderClassName
{
color: #729985;
}
.AnyTagClassName
{
color: #729985;
}
</style>
background-color css
<style>
a { background-color: #729985; }
a { background-color: rgb(114,153,133); }
div.DivClassName
{
background-color: #729985;
}
.BgClassName
{
background-color: #729985;
}
</style>
border-color css
<style>
span { border-color: #729985; }
span { border-color: rgb(114,153,133); }
td.TdClassName
{
border-color: #729985;
}
.TagClassName
{
border-color: #729985;
}
</style>