Shades of Silver Tree #69CB96
Tints of Silver Tree #69CB96
RGB
CMYK
RGB Variations
Color information
#69CB96 (or 0x69CB96) is known color: Silver Tree. HEX triplet: 69, CB and 96. RGB value is (105,203,150). Sum of RGB (Red+Green+Blue) = 105+203+150=458 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.93% from 458); Green value is 203 (79.69% from 255 or 44.32% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 203 - color contains mainly: green. Hex color #69CB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CB96 is #963469. Grayscale: #A7A7A7. Windows color (decimal): -9843818 or 9882473. OLE color: 9882473.
HSL color Cylindrical-coordinate representation of color #69CB96: hue angle of 147.55º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69CB96 is Cyan = 0.48, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 203 | 150 | - |
| CMYK | 0.48 | 0 | 0.26 | 0.20 |
| HSL | 147.55º | 0.49% | 0.6% | - |
| HSV(B) | 147.55º | 0.48% | 0.8% | - |
| XYZ | 32.69 | 47.92 | 36.38 | - |
| YUV | 167.66 | 118.03 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 203 | 150 | 0.48 | 0 | 0.26 | 0.20 | 147.55 | 0.49 | 0.6 |
| Hex | 69 | CB | 96 | 30 | 0 | 1A | 14 | 94 | 31 | 3C |
| Octal | 151 | 313 | 226 | 60 | 0 | 32 | 24 | 224 | 61 | 74 |
| Binary | 1101001 | 11001011 | 10010110 | 110000 | 0 | 11010 | 10100 | 10010100 | 110001 | 111100 |
Color Harmonies of #69CB96
Complementary color
Monochromatic Colors of #69CB96
Black with #69CB96
Text Example
Text Example
White with #69CB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CB96; }
p { color: rgb(105,203,150); }
H1.HeaderClassName
{
color: #69CB96;
}
.AnyTagClassName
{
color: #69CB96;
}
</style>
background-color css
<style>
a { background-color: #69CB96; }
a { background-color: rgb(105,203,150); }
div.DivClassName
{
background-color: #69CB96;
}
.BgClassName
{
background-color: #69CB96;
}
</style>
border-color css
<style>
span { border-color: #69CB96; }
span { border-color: rgb(105,203,150); }
td.TdClassName
{
border-color: #69CB96;
}
.TagClassName
{
border-color: #69CB96;
}
</style>