Shades of Silver Tree #69E396
Tints of Silver Tree #69E396
RGB
CMYK
RGB Variations
Color information
#69E396 (or 0x69E396) is known color: Silver Tree. HEX triplet: 69, E3 and 96. RGB value is (105,227,150). Sum of RGB (Red+Green+Blue) = 105+227+150=482 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.78% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 227 - color contains mainly: green. Hex color #69E396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E396 is #961C69. Grayscale: #B5B5B5. Windows color (decimal): -9837674 or 9888617. OLE color: 9888617.
HSL color Cylindrical-coordinate representation of color #69E396: hue angle of 142.13º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69E396 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 105 | 227 | 150 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.11 |
| HSL | 142.13º | 0.69% | 0.65% | - |
| HSV(B) | 142.13º | 0.54% | 0.89% | - |
| XYZ | 38.8 | 60.14 | 38.42 | - |
| YUV | 181.74 | 110.08 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 227 | 150 | 0.54 | 0 | 0.34 | 0.11 | 142.13 | 0.69 | 0.65 |
| Hex | 69 | E3 | 96 | 36 | 0 | 22 | B | 8E | 45 | 41 |
| Octal | 151 | 343 | 226 | 66 | 0 | 42 | 13 | 216 | 105 | 101 |
| Binary | 1101001 | 11100011 | 10010110 | 110110 | 0 | 100010 | 1011 | 10001110 | 1000101 | 1000001 |
Color Harmonies of #69E396
Complementary color
Monochromatic Colors of #69E396
Black with #69E396
Text Example
Text Example
White with #69E396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E396; }
p { color: rgb(105,227,150); }
H1.HeaderClassName
{
color: #69E396;
}
.AnyTagClassName
{
color: #69E396;
}
</style>
background-color css
<style>
a { background-color: #69E396; }
a { background-color: rgb(105,227,150); }
div.DivClassName
{
background-color: #69E396;
}
.BgClassName
{
background-color: #69E396;
}
</style>
border-color css
<style>
span { border-color: #69E396; }
span { border-color: rgb(105,227,150); }
td.TdClassName
{
border-color: #69E396;
}
.TagClassName
{
border-color: #69E396;
}
</style>