Shades of Silver Tree #72BD9D
Tints of Silver Tree #72BD9D
RGB
CMYK
RGB Variations
Color information
#72BD9D (or 0x72BD9D) is known color: Silver Tree. HEX triplet: 72, BD and 9D. RGB value is (114,189,157). Sum of RGB (Red+Green+Blue) = 114+189+157=460 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.78% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #72BD9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BD9D is #8D4262. Grayscale: #A2A2A2. Windows color (decimal): -9257571 or 10337650. OLE color: 10337650.
HSL color Cylindrical-coordinate representation of color #72BD9D: hue angle of 154.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BD9D is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 189 | 157 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.26 |
| HSL | 154.4º | 0.36% | 0.59% | - |
| HSV(B) | 154.4º | 0.4% | 0.74% | - |
| XYZ | 31.22 | 42.41 | 38.44 | - |
| YUV | 162.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 189 | 157 | 0.40 | 0 | 0.17 | 0.26 | 154.4 | 0.36 | 0.59 |
| Hex | 72 | BD | 9D | 28 | 0 | 11 | 1A | 9A | 24 | 3B |
| Octal | 162 | 275 | 235 | 50 | 0 | 21 | 32 | 232 | 44 | 73 |
| Binary | 1110010 | 10111101 | 10011101 | 101000 | 0 | 10001 | 11010 | 10011010 | 100100 | 111011 |
Color Harmonies of #72BD9D
Complementary color
Monochromatic Colors of #72BD9D
Black with #72BD9D
Text Example
Text Example
White with #72BD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BD9D; }
p { color: rgb(114,189,157); }
H1.HeaderClassName
{
color: #72BD9D;
}
.AnyTagClassName
{
color: #72BD9D;
}
</style>
background-color css
<style>
a { background-color: #72BD9D; }
a { background-color: rgb(114,189,157); }
div.DivClassName
{
background-color: #72BD9D;
}
.BgClassName
{
background-color: #72BD9D;
}
</style>
border-color css
<style>
span { border-color: #72BD9D; }
span { border-color: rgb(114,189,157); }
td.TdClassName
{
border-color: #72BD9D;
}
.TagClassName
{
border-color: #72BD9D;
}
</style>