Shades of Silver Tree #69BE85
Tints of Silver Tree #69BE85
RGB
CMYK
RGB Variations
Color information
#69BE85 (or 0x69BE85) is known color: Silver Tree. HEX triplet: 69, BE and 85. RGB value is (105,190,133). Sum of RGB (Red+Green+Blue) = 105+190+133=428 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.53% from 428); Green value is 190 (74.61% from 255 or 44.39% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 190 - color contains mainly: green. Hex color #69BE85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69BE85 is #96417A. Grayscale: #9E9E9E. Windows color (decimal): -9847163 or 8765033. OLE color: 8765033.
HSL color Cylindrical-coordinate representation of color #69BE85: hue angle of 139.76º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69BE85 is Cyan = 0.45, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 190 | 133 | - |
| CMYK | 0.45 | 0 | 0.3 | 0.25 |
| HSL | 139.76º | 0.4% | 0.58% | - |
| HSV(B) | 139.76º | 0.45% | 0.75% | - |
| XYZ | 28.47 | 41.52 | 28.7 | - |
| YUV | 158.09 | 113.84 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 190 | 133 | 0.45 | 0 | 0.3 | 0.25 | 139.76 | 0.4 | 0.58 |
| Hex | 69 | BE | 85 | 2D | 0 | 1E | 19 | 8C | 28 | 3A |
| Octal | 151 | 276 | 205 | 55 | 0 | 36 | 31 | 214 | 50 | 72 |
| Binary | 1101001 | 10111110 | 10000101 | 101101 | 0 | 11110 | 11001 | 10001100 | 101000 | 111010 |
Color Harmonies of #69BE85
Complementary color
Monochromatic Colors of #69BE85
Black with #69BE85
Text Example
Text Example
White with #69BE85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69BE85; }
p { color: rgb(105,190,133); }
H1.HeaderClassName
{
color: #69BE85;
}
.AnyTagClassName
{
color: #69BE85;
}
</style>
background-color css
<style>
a { background-color: #69BE85; }
a { background-color: rgb(105,190,133); }
div.DivClassName
{
background-color: #69BE85;
}
.BgClassName
{
background-color: #69BE85;
}
</style>
border-color css
<style>
span { border-color: #69BE85; }
span { border-color: rgb(105,190,133); }
td.TdClassName
{
border-color: #69BE85;
}
.TagClassName
{
border-color: #69BE85;
}
</style>