Shades of Silver Tree #69BC84
Tints of Silver Tree #69BC84
RGB
CMYK
RGB Variations
Color information
#69BC84 (or 0x69BC84) is known color: Silver Tree. HEX triplet: 69, BC and 84. RGB value is (105,188,132). Sum of RGB (Red+Green+Blue) = 105+188+132=425 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.71% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BC84 is #96437B. Grayscale: #9C9C9C. Windows color (decimal): -9847676 or 8698985. OLE color: 8698985.
HSL color Cylindrical-coordinate representation of color #69BC84: hue angle of 139.52º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #69BC84 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 132 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.26 |
| HSL | 139.52º | 0.38% | 0.57% | - |
| HSV(B) | 139.52º | 0.44% | 0.74% | - |
| XYZ | 27.97 | 40.64 | 28.2 | - |
| YUV | 156.8 | 114 | 91.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 132 | 0.44 | 0 | 0.30 | 0.26 | 139.52 | 0.38 | 0.57 |
| Hex | 69 | BC | 84 | 2C | 0 | 1E | 1A | 8C | 26 | 39 |
| Octal | 151 | 274 | 204 | 54 | 0 | 36 | 32 | 214 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10000100 | 101100 | 0 | 11110 | 11010 | 10001100 | 100110 | 111001 |
Color Harmonies of #69BC84
Complementary color
Monochromatic Colors of #69BC84
Black with #69BC84
Text Example
Text Example
White with #69BC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC84; }
p { color: rgb(105,188,132); }
H1.HeaderClassName
{
color: #69BC84;
}
.AnyTagClassName
{
color: #69BC84;
}
</style>
background-color css
<style>
a { background-color: #69BC84; }
a { background-color: rgb(105,188,132); }
div.DivClassName
{
background-color: #69BC84;
}
.BgClassName
{
background-color: #69BC84;
}
</style>
border-color css
<style>
span { border-color: #69BC84; }
span { border-color: rgb(105,188,132); }
td.TdClassName
{
border-color: #69BC84;
}
.TagClassName
{
border-color: #69BC84;
}
</style>