Shades of Silver Tree #72BF9E
Tints of Silver Tree #72BF9E
RGB
CMYK
RGB Variations
Color information
#72BF9E (or 0x72BF9E) is known color: Silver Tree. HEX triplet: 72, BF and 9E. RGB value is (114,191,158). Sum of RGB (Red+Green+Blue) = 114+191+158=463 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.62% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF9E is #8D4061. Grayscale: #A4A4A4. Windows color (decimal): -9257058 or 10403698. OLE color: 10403698.
HSL color Cylindrical-coordinate representation of color #72BF9E: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF9E is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 191 | 158 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.25 |
| HSL | 154.29º | 0.38% | 0.6% | - |
| HSV(B) | 154.29º | 0.4% | 0.75% | - |
| XYZ | 31.74 | 43.31 | 39.03 | - |
| YUV | 164.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 158 | 0.40 | 0 | 0.17 | 0.25 | 154.29 | 0.38 | 0.6 |
| Hex | 72 | BF | 9E | 28 | 0 | 11 | 19 | 9A | 26 | 3C |
| Octal | 162 | 277 | 236 | 50 | 0 | 21 | 31 | 232 | 46 | 74 |
| Binary | 1110010 | 10111111 | 10011110 | 101000 | 0 | 10001 | 11001 | 10011010 | 100110 | 111100 |
Color Harmonies of #72BF9E
Complementary color
Monochromatic Colors of #72BF9E
Black with #72BF9E
Text Example
Text Example
White with #72BF9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BF9E; }
p { color: rgb(114,191,158); }
H1.HeaderClassName
{
color: #72BF9E;
}
.AnyTagClassName
{
color: #72BF9E;
}
</style>
background-color css
<style>
a { background-color: #72BF9E; }
a { background-color: rgb(114,191,158); }
div.DivClassName
{
background-color: #72BF9E;
}
.BgClassName
{
background-color: #72BF9E;
}
</style>
border-color css
<style>
span { border-color: #72BF9E; }
span { border-color: rgb(114,191,158); }
td.TdClassName
{
border-color: #72BF9E;
}
.TagClassName
{
border-color: #72BF9E;
}
</style>