Shades of Silver Tree #61BB8E
Tints of Silver Tree #61BB8E
RGB
CMYK
RGB Variations
Color information
#61BB8E (or 0x61BB8E) is known color: Silver Tree. HEX triplet: 61, BB and 8E. RGB value is (97,187,142). Sum of RGB (Red+Green+Blue) = 97+187+142=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 187 (73.44% from 255 or 43.90% from 426); Blue value is 142 (55.86% from 255 or 33.33% from 426); Max value from RGB is 187 - color contains mainly: green. Hex color #61BB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #61BB8E is #9E4471. Grayscale: #9B9B9B. Windows color (decimal): -10372210 or 9354081. OLE color: 9354081.
HSL color Cylindrical-coordinate representation of color #61BB8E: hue angle of 150º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #61BB8E is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 187 | 142 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.27 |
| HSL | 150º | 0.4% | 0.56% | - |
| HSV(B) | 150º | 0.48% | 0.73% | - |
| XYZ | 27.58 | 40.04 | 31.86 | - |
| YUV | 154.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 187 | 142 | 0.48 | 0 | 0.24 | 0.27 | 150 | 0.4 | 0.56 |
| Hex | 61 | BB | 8E | 30 | 0 | 18 | 1B | 96 | 28 | 38 |
| Octal | 141 | 273 | 216 | 60 | 0 | 30 | 33 | 226 | 50 | 70 |
| Binary | 1100001 | 10111011 | 10001110 | 110000 | 0 | 11000 | 11011 | 10010110 | 101000 | 111000 |
Color Harmonies of #61BB8E
Complementary color
Monochromatic Colors of #61BB8E
Black with #61BB8E
Text Example
Text Example
White with #61BB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BB8E; }
p { color: rgb(97,187,142); }
H1.HeaderClassName
{
color: #61BB8E;
}
.AnyTagClassName
{
color: #61BB8E;
}
</style>
background-color css
<style>
a { background-color: #61BB8E; }
a { background-color: rgb(97,187,142); }
div.DivClassName
{
background-color: #61BB8E;
}
.BgClassName
{
background-color: #61BB8E;
}
</style>
border-color css
<style>
span { border-color: #61BB8E; }
span { border-color: rgb(97,187,142); }
td.TdClassName
{
border-color: #61BB8E;
}
.TagClassName
{
border-color: #61BB8E;
}
</style>