Shades of Silver Tree #72C896
Tints of Silver Tree #72C896
RGB
CMYK
RGB Variations
Color information
#72C896 (or 0x72C896) is known color: Silver Tree. HEX triplet: 72, C8 and 96. RGB value is (114,200,150). Sum of RGB (Red+Green+Blue) = 114+200+150=464 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.57% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 150 (58.98% from 255 or 32.33% from 464); Max value from RGB is 200 - color contains mainly: green. Hex color #72C896 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C896 is #8D3769. Grayscale: #A8A8A8. Windows color (decimal): -9254762 or 9881714. OLE color: 9881714.
HSL color Cylindrical-coordinate representation of color #72C896: hue angle of 145.12º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #72C896 is Cyan = 0.43, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 114 | 200 | 150 | - |
| CMYK | 0.43 | 0 | 0.25 | 0.22 |
| HSL | 145.12º | 0.44% | 0.62% | - |
| HSV(B) | 145.12º | 0.43% | 0.78% | - |
| XYZ | 33.1 | 47.09 | 36.2 | - |
| YUV | 168.59 | 117.51 | 89.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 200 | 150 | 0.43 | 0 | 0.25 | 0.22 | 145.12 | 0.44 | 0.62 |
| Hex | 72 | C8 | 96 | 2B | 0 | 19 | 16 | 91 | 2C | 3E |
| Octal | 162 | 310 | 226 | 53 | 0 | 31 | 26 | 221 | 54 | 76 |
| Binary | 1110010 | 11001000 | 10010110 | 101011 | 0 | 11001 | 10110 | 10010001 | 101100 | 111110 |
Color Harmonies of #72C896
Complementary color
Monochromatic Colors of #72C896
Black with #72C896
Text Example
Text Example
White with #72C896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C896; }
p { color: rgb(114,200,150); }
H1.HeaderClassName
{
color: #72C896;
}
.AnyTagClassName
{
color: #72C896;
}
</style>
background-color css
<style>
a { background-color: #72C896; }
a { background-color: rgb(114,200,150); }
div.DivClassName
{
background-color: #72C896;
}
.BgClassName
{
background-color: #72C896;
}
</style>
border-color css
<style>
span { border-color: #72C896; }
span { border-color: rgb(114,200,150); }
td.TdClassName
{
border-color: #72C896;
}
.TagClassName
{
border-color: #72C896;
}
</style>