Shades of Silver Tree #69CD90
Tints of Silver Tree #69CD90
RGB
CMYK
RGB Variations
Color information
#69CD90 (or 0x69CD90) is known color: Silver Tree. HEX triplet: 69, CD and 90. RGB value is (105,205,144). Sum of RGB (Red+Green+Blue) = 105+205+144=454 (60% of max value = 765). Red value is 105 (41.41% from 255 or 23.13% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #69CD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CD90 is #96326F. Grayscale: #A8A8A8. Windows color (decimal): -9843312 or 9489769. OLE color: 9489769.
HSL color Cylindrical-coordinate representation of color #69CD90: hue angle of 143.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CD90 is Cyan = 0.49, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 205 | 144 | - |
| CMYK | 0.49 | 0 | 0.30 | 0.20 |
| HSL | 143.4º | 0.5% | 0.61% | - |
| HSV(B) | 143.4º | 0.49% | 0.8% | - |
| XYZ | 32.69 | 48.68 | 34.06 | - |
| YUV | 168.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 205 | 144 | 0.49 | 0 | 0.30 | 0.20 | 143.4 | 0.5 | 0.61 |
| Hex | 69 | CD | 90 | 31 | 0 | 1E | 14 | 8F | 32 | 3D |
| Octal | 151 | 315 | 220 | 61 | 0 | 36 | 24 | 217 | 62 | 75 |
| Binary | 1101001 | 11001101 | 10010000 | 110001 | 0 | 11110 | 10100 | 10001111 | 110010 | 111101 |
Color Harmonies of #69CD90
Complementary color
Monochromatic Colors of #69CD90
Black with #69CD90
Text Example
Text Example
White with #69CD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CD90; }
p { color: rgb(105,205,144); }
H1.HeaderClassName
{
color: #69CD90;
}
.AnyTagClassName
{
color: #69CD90;
}
</style>
background-color css
<style>
a { background-color: #69CD90; }
a { background-color: rgb(105,205,144); }
div.DivClassName
{
background-color: #69CD90;
}
.BgClassName
{
background-color: #69CD90;
}
</style>
border-color css
<style>
span { border-color: #69CD90; }
span { border-color: rgb(105,205,144); }
td.TdClassName
{
border-color: #69CD90;
}
.TagClassName
{
border-color: #69CD90;
}
</style>