Shades of Silver Tree #72CC90
Tints of Silver Tree #72CC90
RGB
CMYK
RGB Variations
Color information
#72CC90 (or 0x72CC90) is known color: Silver Tree. HEX triplet: 72, CC and 90. RGB value is (114,204,144). Sum of RGB (Red+Green+Blue) = 114+204+144=462 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.68% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 144 (56.64% from 255 or 31.17% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #72CC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72CC90 is #8D336F. Grayscale: #AAAAAA. Windows color (decimal): -9253744 or 9489522. OLE color: 9489522.
HSL color Cylindrical-coordinate representation of color #72CC90: hue angle of 140º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #72CC90 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 114 | 204 | 144 | - |
| CMYK | 0.44 | 0 | 0.29 | 0.2 |
| HSL | 140º | 0.47% | 0.62% | - |
| HSV(B) | 140º | 0.44% | 0.8% | - |
| XYZ | 33.57 | 48.78 | 34.03 | - |
| YUV | 170.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 204 | 144 | 0.44 | 0 | 0.29 | 0.2 | 140 | 0.47 | 0.62 |
| Hex | 72 | CC | 90 | 2C | 0 | 1D | 14 | 8C | 2F | 3E |
| Octal | 162 | 314 | 220 | 54 | 0 | 35 | 24 | 214 | 57 | 76 |
| Binary | 1110010 | 11001100 | 10010000 | 101100 | 0 | 11101 | 10100 | 10001100 | 101111 | 111110 |
Color Harmonies of #72CC90
Complementary color
Monochromatic Colors of #72CC90
Black with #72CC90
Text Example
Text Example
White with #72CC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72CC90; }
p { color: rgb(114,204,144); }
H1.HeaderClassName
{
color: #72CC90;
}
.AnyTagClassName
{
color: #72CC90;
}
</style>
background-color css
<style>
a { background-color: #72CC90; }
a { background-color: rgb(114,204,144); }
div.DivClassName
{
background-color: #72CC90;
}
.BgClassName
{
background-color: #72CC90;
}
</style>
border-color css
<style>
span { border-color: #72CC90; }
span { border-color: rgb(114,204,144); }
td.TdClassName
{
border-color: #72CC90;
}
.TagClassName
{
border-color: #72CC90;
}
</style>