Shades of Silver Tree #72C295
Tints of Silver Tree #72C295
RGB
CMYK
RGB Variations
Color information
#72C295 (or 0x72C295) is known color: Silver Tree. HEX triplet: 72, C2 and 95. RGB value is (114,194,149). Sum of RGB (Red+Green+Blue) = 114+194+149=457 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.95% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 194 - color contains mainly: green. Hex color #72C295 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C295 is #8D3D6A. Grayscale: #A5A5A5. Windows color (decimal): -9256299 or 9814642. OLE color: 9814642.
HSL color Cylindrical-coordinate representation of color #72C295: hue angle of 146.25º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C295 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 194 | 149 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.24 |
| HSL | 146.25º | 0.4% | 0.6% | - |
| HSV(B) | 146.25º | 0.41% | 0.76% | - |
| XYZ | 31.66 | 44.33 | 35.32 | - |
| YUV | 164.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 194 | 149 | 0.41 | 0 | 0.23 | 0.24 | 146.25 | 0.4 | 0.6 |
| Hex | 72 | C2 | 95 | 29 | 0 | 17 | 18 | 92 | 28 | 3C |
| Octal | 162 | 302 | 225 | 51 | 0 | 27 | 30 | 222 | 50 | 74 |
| Binary | 1110010 | 11000010 | 10010101 | 101001 | 0 | 10111 | 11000 | 10010010 | 101000 | 111100 |
Color Harmonies of #72C295
Complementary color
Monochromatic Colors of #72C295
Black with #72C295
Text Example
Text Example
White with #72C295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C295; }
p { color: rgb(114,194,149); }
H1.HeaderClassName
{
color: #72C295;
}
.AnyTagClassName
{
color: #72C295;
}
</style>
background-color css
<style>
a { background-color: #72C295; }
a { background-color: rgb(114,194,149); }
div.DivClassName
{
background-color: #72C295;
}
.BgClassName
{
background-color: #72C295;
}
</style>
border-color css
<style>
span { border-color: #72C295; }
span { border-color: rgb(114,194,149); }
td.TdClassName
{
border-color: #72C295;
}
.TagClassName
{
border-color: #72C295;
}
</style>