Shades of Silver Tree #61AC8A
Tints of Silver Tree #61AC8A
RGB
CMYK
RGB Variations
Color information
#61AC8A (or 0x61AC8A) is known color: Silver Tree. HEX triplet: 61, AC and 8A. RGB value is (97,172,138). Sum of RGB (Red+Green+Blue) = 97+172+138=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #61AC8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61AC8A is #9E5375. Grayscale: #919191. Windows color (decimal): -10376054 or 9088097. OLE color: 9088097.
HSL color Cylindrical-coordinate representation of color #61AC8A: hue angle of 152.8º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61AC8A is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 97 | 172 | 138 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.33 |
| HSL | 152.8º | 0.31% | 0.53% | - |
| HSV(B) | 152.8º | 0.44% | 0.67% | - |
| XYZ | 24.27 | 33.88 | 29.31 | - |
| YUV | 145.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 172 | 138 | 0.44 | 0 | 0.20 | 0.33 | 152.8 | 0.31 | 0.53 |
| Hex | 61 | AC | 8A | 2C | 0 | 14 | 21 | 99 | 1F | 35 |
| Octal | 141 | 254 | 212 | 54 | 0 | 24 | 41 | 231 | 37 | 65 |
| Binary | 1100001 | 10101100 | 10001010 | 101100 | 0 | 10100 | 100001 | 10011001 | 11111 | 110101 |
Color Harmonies of #61AC8A
Complementary color
Monochromatic Colors of #61AC8A
Black with #61AC8A
Text Example
Text Example
White with #61AC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61AC8A; }
p { color: rgb(97,172,138); }
H1.HeaderClassName
{
color: #61AC8A;
}
.AnyTagClassName
{
color: #61AC8A;
}
</style>
background-color css
<style>
a { background-color: #61AC8A; }
a { background-color: rgb(97,172,138); }
div.DivClassName
{
background-color: #61AC8A;
}
.BgClassName
{
background-color: #61AC8A;
}
</style>
border-color css
<style>
span { border-color: #61AC8A; }
span { border-color: rgb(97,172,138); }
td.TdClassName
{
border-color: #61AC8A;
}
.TagClassName
{
border-color: #61AC8A;
}
</style>