Shades of Silver Tree #69C995
Tints of Silver Tree #69C995
RGB
CMYK
RGB Variations
Color information
#69C995 (or 0x69C995) is known color: Silver Tree. HEX triplet: 69, C9 and 95. RGB value is (105,201,149). Sum of RGB (Red+Green+Blue) = 105+201+149=455 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.08% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #69C995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C995 is #96366A. Grayscale: #A6A6A6. Windows color (decimal): -9844331 or 9816425. OLE color: 9816425.
HSL color Cylindrical-coordinate representation of color #69C995: hue angle of 147.5º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C995 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 201 | 149 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.21 |
| HSL | 147.5º | 0.47% | 0.6% | - |
| HSV(B) | 147.5º | 0.48% | 0.79% | - |
| XYZ | 32.14 | 46.95 | 35.8 | - |
| YUV | 166.37 | 118.2 | 84.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 201 | 149 | 0.48 | 0 | 0.26 | 0.21 | 147.5 | 0.47 | 0.6 |
| Hex | 69 | C9 | 95 | 30 | 0 | 1A | 15 | 94 | 2F | 3C |
| Octal | 151 | 311 | 225 | 60 | 0 | 32 | 25 | 224 | 57 | 74 |
| Binary | 1101001 | 11001001 | 10010101 | 110000 | 0 | 11010 | 10101 | 10010100 | 101111 | 111100 |
Color Harmonies of #69C995
Complementary color
Monochromatic Colors of #69C995
Black with #69C995
Text Example
Text Example
White with #69C995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C995; }
p { color: rgb(105,201,149); }
H1.HeaderClassName
{
color: #69C995;
}
.AnyTagClassName
{
color: #69C995;
}
</style>
background-color css
<style>
a { background-color: #69C995; }
a { background-color: rgb(105,201,149); }
div.DivClassName
{
background-color: #69C995;
}
.BgClassName
{
background-color: #69C995;
}
</style>
border-color css
<style>
span { border-color: #69C995; }
span { border-color: rgb(105,201,149); }
td.TdClassName
{
border-color: #69C995;
}
.TagClassName
{
border-color: #69C995;
}
</style>