Shades of Silver Tree #69BC83
Tints of Silver Tree #69BC83
RGB
CMYK
RGB Variations
Color information
#69BC83 (or 0x69BC83) is known color: Silver Tree. HEX triplet: 69, BC and 83. RGB value is (105,188,131). Sum of RGB (Red+Green+Blue) = 105+188+131=424 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.76% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #69BC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BC83 is #96437C. Grayscale: #9C9C9C. Windows color (decimal): -9847677 or 8633449. OLE color: 8633449.
HSL color Cylindrical-coordinate representation of color #69BC83: hue angle of 138.8º 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 #69BC83 is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 105 | 188 | 131 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.26 |
| HSL | 138.8º | 0.38% | 0.57% | - |
| HSV(B) | 138.8º | 0.44% | 0.74% | - |
| XYZ | 27.91 | 40.61 | 27.84 | - |
| YUV | 156.69 | 113.5 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 188 | 131 | 0.44 | 0 | 0.30 | 0.26 | 138.8 | 0.38 | 0.57 |
| Hex | 69 | BC | 83 | 2C | 0 | 1E | 1A | 8B | 26 | 39 |
| Octal | 151 | 274 | 203 | 54 | 0 | 36 | 32 | 213 | 46 | 71 |
| Binary | 1101001 | 10111100 | 10000011 | 101100 | 0 | 11110 | 11010 | 10001011 | 100110 | 111001 |
Color Harmonies of #69BC83
Complementary color
Monochromatic Colors of #69BC83
Black with #69BC83
Text Example
Text Example
White with #69BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BC83; }
p { color: rgb(105,188,131); }
H1.HeaderClassName
{
color: #69BC83;
}
.AnyTagClassName
{
color: #69BC83;
}
</style>
background-color css
<style>
a { background-color: #69BC83; }
a { background-color: rgb(105,188,131); }
div.DivClassName
{
background-color: #69BC83;
}
.BgClassName
{
background-color: #69BC83;
}
</style>
border-color css
<style>
span { border-color: #69BC83; }
span { border-color: rgb(105,188,131); }
td.TdClassName
{
border-color: #69BC83;
}
.TagClassName
{
border-color: #69BC83;
}
</style>