Shades of Granny Smith #728C81
Tints of Granny Smith #728C81
RGB
CMYK
RGB Variations
Color information
#728C81 (or 0x728C81) is known color: Granny Smith. HEX triplet: 72, 8C and 81. RGB value is (114,140,129). Sum of RGB (Red+Green+Blue) = 114+140+129=383 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.77% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 140 - color contains mainly: green. Hex color #728C81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728C81 is #8D737E. Grayscale: #828282. Windows color (decimal): -9270143 or 8490098. OLE color: 8490098.
HSL color Cylindrical-coordinate representation of color #728C81: hue angle of 154.62º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #728C81 is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 114 | 140 | 129 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.45 |
| HSL | 154.62º | 0.1% | 0.5% | - |
| HSV(B) | 154.62º | 0.19% | 0.55% | - |
| XYZ | 20.28 | 23.92 | 24.32 | - |
| YUV | 130.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 140 | 129 | 0.19 | 0 | 0.08 | 0.45 | 154.62 | 0.1 | 0.5 |
| Hex | 72 | 8C | 81 | 13 | 0 | 8 | 2D | 9B | A | 32 |
| Octal | 162 | 214 | 201 | 23 | 0 | 10 | 55 | 233 | 12 | 62 |
| Binary | 1110010 | 10001100 | 10000001 | 10011 | 0 | 1000 | 101101 | 10011011 | 1010 | 110010 |
Color Harmonies of #728C81
Complementary color
Monochromatic Colors of #728C81
Black with #728C81
Text Example
Text Example
White with #728C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #728C81; }
p { color: rgb(114,140,129); }
H1.HeaderClassName
{
color: #728C81;
}
.AnyTagClassName
{
color: #728C81;
}
</style>
background-color css
<style>
a { background-color: #728C81; }
a { background-color: rgb(114,140,129); }
div.DivClassName
{
background-color: #728C81;
}
.BgClassName
{
background-color: #728C81;
}
</style>
border-color css
<style>
span { border-color: #728C81; }
span { border-color: rgb(114,140,129); }
td.TdClassName
{
border-color: #728C81;
}
.TagClassName
{
border-color: #728C81;
}
</style>