Shades of Silver Tree #69C482
Tints of Silver Tree #69C482
RGB
CMYK
RGB Variations
Color information
#69C482 (or 0x69C482) is known color: Silver Tree. HEX triplet: 69, C4 and 82. RGB value is (105,196,130). Sum of RGB (Red+Green+Blue) = 105+196+130=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #69C482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C482 is #963B7D. Grayscale: #A1A1A1. Windows color (decimal): -9845630 or 8569961. OLE color: 8569961.
HSL color Cylindrical-coordinate representation of color #69C482: hue angle of 136.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C482 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 196 | 130 | - |
| CMYK | 0.46 | 0 | 0.34 | 0.23 |
| HSL | 136.48º | 0.44% | 0.59% | - |
| HSV(B) | 136.48º | 0.46% | 0.77% | - |
| XYZ | 29.59 | 44.09 | 28.07 | - |
| YUV | 161.27 | 110.35 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 196 | 130 | 0.46 | 0 | 0.34 | 0.23 | 136.48 | 0.44 | 0.59 |
| Hex | 69 | C4 | 82 | 2E | 0 | 22 | 17 | 88 | 2C | 3B |
| Octal | 151 | 304 | 202 | 56 | 0 | 42 | 27 | 210 | 54 | 73 |
| Binary | 1101001 | 11000100 | 10000010 | 101110 | 0 | 100010 | 10111 | 10001000 | 101100 | 111011 |
Color Harmonies of #69C482
Complementary color
Monochromatic Colors of #69C482
Black with #69C482
Text Example
Text Example
White with #69C482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C482; }
p { color: rgb(105,196,130); }
H1.HeaderClassName
{
color: #69C482;
}
.AnyTagClassName
{
color: #69C482;
}
</style>
background-color css
<style>
a { background-color: #69C482; }
a { background-color: rgb(105,196,130); }
div.DivClassName
{
background-color: #69C482;
}
.BgClassName
{
background-color: #69C482;
}
</style>
border-color css
<style>
span { border-color: #69C482; }
span { border-color: rgb(105,196,130); }
td.TdClassName
{
border-color: #69C482;
}
.TagClassName
{
border-color: #69C482;
}
</style>