Shades of Granny Smith #729382
Tints of Granny Smith #729382
RGB
CMYK
RGB Variations
Color information
#729382 (or 0x729382) is known color: Granny Smith. HEX triplet: 72, 93 and 82. RGB value is (114,147,130). Sum of RGB (Red+Green+Blue) = 114+147+130=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 147 - color contains mainly: green. Hex color #729382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729382 is #8D6C7D. Grayscale: #878787. Windows color (decimal): -9268350 or 8557426. OLE color: 8557426.
HSL color Cylindrical-coordinate representation of color #729382: hue angle of 149.09º 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 #729382 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 114 | 147 | 130 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.42 |
| HSL | 149.09º | 0.13% | 0.51% | - |
| HSV(B) | 149.09º | 0.22% | 0.58% | - |
| XYZ | 21.4 | 26.06 | 25.02 | - |
| YUV | 135.2 | 125.07 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 147 | 130 | 0.22 | 0 | 0.12 | 0.42 | 149.09 | 0.13 | 0.51 |
| Hex | 72 | 93 | 82 | 16 | 0 | C | 2A | 95 | D | 33 |
| Octal | 162 | 223 | 202 | 26 | 0 | 14 | 52 | 225 | 15 | 63 |
| Binary | 1110010 | 10010011 | 10000010 | 10110 | 0 | 1100 | 101010 | 10010101 | 1101 | 110011 |
Color Harmonies of #729382
Complementary color
Monochromatic Colors of #729382
Black with #729382
Text Example
Text Example
White with #729382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729382; }
p { color: rgb(114,147,130); }
H1.HeaderClassName
{
color: #729382;
}
.AnyTagClassName
{
color: #729382;
}
</style>
background-color css
<style>
a { background-color: #729382; }
a { background-color: rgb(114,147,130); }
div.DivClassName
{
background-color: #729382;
}
.BgClassName
{
background-color: #729382;
}
</style>
border-color css
<style>
span { border-color: #729382; }
span { border-color: rgb(114,147,130); }
td.TdClassName
{
border-color: #729382;
}
.TagClassName
{
border-color: #729382;
}
</style>