Shades of Silver Tree #69CA90
Tints of Silver Tree #69CA90
RGB
CMYK
RGB Variations
Color information
#69CA90 (or 0x69CA90) is known color: Silver Tree. HEX triplet: 69, CA and 90. RGB value is (105,202,144). Sum of RGB (Red+Green+Blue) = 105+202+144=451 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.28% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #69CA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CA90 is #96356F. Grayscale: #A6A6A6. Windows color (decimal): -9844080 or 9489001. OLE color: 9489001.
HSL color Cylindrical-coordinate representation of color #69CA90: hue angle of 144.12º degrees, saturation: 0.48, 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 #69CA90 is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 105 | 202 | 144 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.21 |
| HSL | 144.12º | 0.48% | 0.6% | - |
| HSV(B) | 144.12º | 0.48% | 0.79% | - |
| XYZ | 31.98 | 47.26 | 33.82 | - |
| YUV | 166.39 | 115.36 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 202 | 144 | 0.48 | 0 | 0.29 | 0.21 | 144.12 | 0.48 | 0.6 |
| Hex | 69 | CA | 90 | 30 | 0 | 1D | 15 | 90 | 30 | 3C |
| Octal | 151 | 312 | 220 | 60 | 0 | 35 | 25 | 220 | 60 | 74 |
| Binary | 1101001 | 11001010 | 10010000 | 110000 | 0 | 11101 | 10101 | 10010000 | 110000 | 111100 |
Color Harmonies of #69CA90
Complementary color
Monochromatic Colors of #69CA90
Black with #69CA90
Text Example
Text Example
White with #69CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CA90; }
p { color: rgb(105,202,144); }
H1.HeaderClassName
{
color: #69CA90;
}
.AnyTagClassName
{
color: #69CA90;
}
</style>
background-color css
<style>
a { background-color: #69CA90; }
a { background-color: rgb(105,202,144); }
div.DivClassName
{
background-color: #69CA90;
}
.BgClassName
{
background-color: #69CA90;
}
</style>
border-color css
<style>
span { border-color: #69CA90; }
span { border-color: rgb(105,202,144); }
td.TdClassName
{
border-color: #69CA90;
}
.TagClassName
{
border-color: #69CA90;
}
</style>