Shades of Silver Tree #69C585
Tints of Silver Tree #69C585
RGB
CMYK
RGB Variations
Color information
#69C585 (or 0x69C585) is known color: Silver Tree. HEX triplet: 69, C5 and 85. RGB value is (105,197,133). Sum of RGB (Red+Green+Blue) = 105+197+133=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #69C585 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C585 is #963A7A. Grayscale: #A2A2A2. Windows color (decimal): -9845371 or 8766825. OLE color: 8766825.
HSL color Cylindrical-coordinate representation of color #69C585: hue angle of 138.26º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C585 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 133 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.23 |
| HSL | 138.26º | 0.44% | 0.59% | - |
| HSV(B) | 138.26º | 0.47% | 0.77% | - |
| XYZ | 30.03 | 44.63 | 29.22 | - |
| YUV | 162.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 133 | 0.47 | 0 | 0.32 | 0.23 | 138.26 | 0.44 | 0.59 |
| Hex | 69 | C5 | 85 | 2F | 0 | 20 | 17 | 8A | 2C | 3B |
| Octal | 151 | 305 | 205 | 57 | 0 | 40 | 27 | 212 | 54 | 73 |
| Binary | 1101001 | 11000101 | 10000101 | 101111 | 0 | 100000 | 10111 | 10001010 | 101100 | 111011 |
Color Harmonies of #69C585
Complementary color
Monochromatic Colors of #69C585
Black with #69C585
Text Example
Text Example
White with #69C585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C585; }
p { color: rgb(105,197,133); }
H1.HeaderClassName
{
color: #69C585;
}
.AnyTagClassName
{
color: #69C585;
}
</style>
background-color css
<style>
a { background-color: #69C585; }
a { background-color: rgb(105,197,133); }
div.DivClassName
{
background-color: #69C585;
}
.BgClassName
{
background-color: #69C585;
}
</style>
border-color css
<style>
span { border-color: #69C585; }
span { border-color: rgb(105,197,133); }
td.TdClassName
{
border-color: #69C585;
}
.TagClassName
{
border-color: #69C585;
}
</style>