Shades of Silver Tree #60AF81
Tints of Silver Tree #60AF81
RGB
CMYK
RGB Variations
Color information
#60AF81 (or 0x60AF81) is known color: Silver Tree. HEX triplet: 60, AF and 81. RGB value is (96,175,129). Sum of RGB (Red+Green+Blue) = 96+175+129=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 129 (50.78% from 255 or 32.25% from 400); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AF81 is #9F507E. Grayscale: #929292. Windows color (decimal): -10440831 or 8499040. OLE color: 8499040.
HSL color Cylindrical-coordinate representation of color #60AF81: hue angle of 145.06º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF81 is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 129 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.31 |
| HSL | 145.06º | 0.33% | 0.53% | - |
| HSV(B) | 145.06º | 0.45% | 0.69% | - |
| XYZ | 24.12 | 34.73 | 26.2 | - |
| YUV | 146.14 | 118.33 | 92.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 129 | 0.45 | 0 | 0.26 | 0.31 | 145.06 | 0.33 | 0.53 |
| Hex | 60 | AF | 81 | 2D | 0 | 1A | 1F | 91 | 21 | 35 |
| Octal | 140 | 257 | 201 | 55 | 0 | 32 | 37 | 221 | 41 | 65 |
| Binary | 1100000 | 10101111 | 10000001 | 101101 | 0 | 11010 | 11111 | 10010001 | 100001 | 110101 |
Color Harmonies of #60AF81
Complementary color
Monochromatic Colors of #60AF81
Black with #60AF81
Text Example
Text Example
White with #60AF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF81; }
p { color: rgb(96,175,129); }
H1.HeaderClassName
{
color: #60AF81;
}
.AnyTagClassName
{
color: #60AF81;
}
</style>
background-color css
<style>
a { background-color: #60AF81; }
a { background-color: rgb(96,175,129); }
div.DivClassName
{
background-color: #60AF81;
}
.BgClassName
{
background-color: #60AF81;
}
</style>
border-color css
<style>
span { border-color: #60AF81; }
span { border-color: rgb(96,175,129); }
td.TdClassName
{
border-color: #60AF81;
}
.TagClassName
{
border-color: #60AF81;
}
</style>