Shades of Silver Tree #65B08E
Tints of Silver Tree #65B08E
RGB
CMYK
RGB Variations
Color information
#65B08E (or 0x65B08E) is known color: Silver Tree. HEX triplet: 65, B0 and 8E. RGB value is (101,176,142). Sum of RGB (Red+Green+Blue) = 101+176+142=419 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.11% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #65B08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B08E is #9A4F71. Grayscale: #959595. Windows color (decimal): -10112882 or 9351269. OLE color: 9351269.
HSL color Cylindrical-coordinate representation of color #65B08E: hue angle of 152.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B08E is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 176 | 142 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.31 |
| HSL | 152.8º | 0.32% | 0.54% | - |
| HSV(B) | 152.8º | 0.43% | 0.69% | - |
| XYZ | 25.77 | 35.77 | 31.14 | - |
| YUV | 149.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 176 | 142 | 0.43 | 0 | 0.19 | 0.31 | 152.8 | 0.32 | 0.54 |
| Hex | 65 | B0 | 8E | 2B | 0 | 13 | 1F | 99 | 20 | 36 |
| Octal | 145 | 260 | 216 | 53 | 0 | 23 | 37 | 231 | 40 | 66 |
| Binary | 1100101 | 10110000 | 10001110 | 101011 | 0 | 10011 | 11111 | 10011001 | 100000 | 110110 |
Color Harmonies of #65B08E
Complementary color
Monochromatic Colors of #65B08E
Black with #65B08E
Text Example
Text Example
White with #65B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B08E; }
p { color: rgb(101,176,142); }
H1.HeaderClassName
{
color: #65B08E;
}
.AnyTagClassName
{
color: #65B08E;
}
</style>
background-color css
<style>
a { background-color: #65B08E; }
a { background-color: rgb(101,176,142); }
div.DivClassName
{
background-color: #65B08E;
}
.BgClassName
{
background-color: #65B08E;
}
</style>
border-color css
<style>
span { border-color: #65B08E; }
span { border-color: rgb(101,176,142); }
td.TdClassName
{
border-color: #65B08E;
}
.TagClassName
{
border-color: #65B08E;
}
</style>