Shades of Silver Tree #72C098
Tints of Silver Tree #72C098
RGB
CMYK
RGB Variations
Color information
#72C098 (or 0x72C098) is known color: Silver Tree. HEX triplet: 72, C0 and 98. RGB value is (114,192,152). Sum of RGB (Red+Green+Blue) = 114+192+152=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 152 (59.77% from 255 or 33.19% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #72C098 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C098 is #8D3F67. Grayscale: #A4A4A4. Windows color (decimal): -9256808 or 10010738. OLE color: 10010738.
HSL color Cylindrical-coordinate representation of color #72C098: hue angle of 149.23º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C098 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 152 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.25 |
| HSL | 149.23º | 0.38% | 0.6% | - |
| HSV(B) | 149.23º | 0.41% | 0.75% | - |
| XYZ | 31.46 | 43.54 | 36.45 | - |
| YUV | 164.12 | 121.16 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 152 | 0.41 | 0 | 0.21 | 0.25 | 149.23 | 0.38 | 0.6 |
| Hex | 72 | C0 | 98 | 29 | 0 | 15 | 19 | 95 | 26 | 3C |
| Octal | 162 | 300 | 230 | 51 | 0 | 25 | 31 | 225 | 46 | 74 |
| Binary | 1110010 | 11000000 | 10011000 | 101001 | 0 | 10101 | 11001 | 10010101 | 100110 | 111100 |
Color Harmonies of #72C098
Complementary color
Monochromatic Colors of #72C098
Black with #72C098
Text Example
Text Example
White with #72C098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C098; }
p { color: rgb(114,192,152); }
H1.HeaderClassName
{
color: #72C098;
}
.AnyTagClassName
{
color: #72C098;
}
</style>
background-color css
<style>
a { background-color: #72C098; }
a { background-color: rgb(114,192,152); }
div.DivClassName
{
background-color: #72C098;
}
.BgClassName
{
background-color: #72C098;
}
</style>
border-color css
<style>
span { border-color: #72C098; }
span { border-color: rgb(114,192,152); }
td.TdClassName
{
border-color: #72C098;
}
.TagClassName
{
border-color: #72C098;
}
</style>