Shades of Silver Tree #72BF91
Tints of Silver Tree #72BF91
RGB
CMYK
RGB Variations
Color information
#72BF91 (or 0x72BF91) is known color: Silver Tree. HEX triplet: 72, BF and 91. RGB value is (114,191,145). Sum of RGB (Red+Green+Blue) = 114+191+145=450 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF91 is #8D406E. Grayscale: #A2A2A2. Windows color (decimal): -9257071 or 9551730. OLE color: 9551730.
HSL color Cylindrical-coordinate representation of color #72BF91: hue angle of 144.16º 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 #72BF91 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 191 | 145 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.25 |
| HSL | 144.16º | 0.38% | 0.6% | - |
| HSV(B) | 144.16º | 0.4% | 0.75% | - |
| XYZ | 30.68 | 42.88 | 33.45 | - |
| YUV | 162.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 191 | 145 | 0.40 | 0 | 0.24 | 0.25 | 144.16 | 0.38 | 0.6 |
| Hex | 72 | BF | 91 | 28 | 0 | 18 | 19 | 90 | 26 | 3C |
| Octal | 162 | 277 | 221 | 50 | 0 | 30 | 31 | 220 | 46 | 74 |
| Binary | 1110010 | 10111111 | 10010001 | 101000 | 0 | 11000 | 11001 | 10010000 | 100110 | 111100 |
Color Harmonies of #72BF91
Complementary color
Monochromatic Colors of #72BF91
Black with #72BF91
Text Example
Text Example
White with #72BF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BF91; }
p { color: rgb(114,191,145); }
H1.HeaderClassName
{
color: #72BF91;
}
.AnyTagClassName
{
color: #72BF91;
}
</style>
background-color css
<style>
a { background-color: #72BF91; }
a { background-color: rgb(114,191,145); }
div.DivClassName
{
background-color: #72BF91;
}
.BgClassName
{
background-color: #72BF91;
}
</style>
border-color css
<style>
span { border-color: #72BF91; }
span { border-color: rgb(114,191,145); }
td.TdClassName
{
border-color: #72BF91;
}
.TagClassName
{
border-color: #72BF91;
}
</style>