Shades of Silver Tree #69B88E
Tints of Silver Tree #69B88E
RGB
CMYK
RGB Variations
Color information
#69B88E (or 0x69B88E) is known color: Silver Tree. HEX triplet: 69, B8 and 8E. RGB value is (105,184,142). Sum of RGB (Red+Green+Blue) = 105+184+142=431 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.36% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #69B88E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B88E is #964771. Grayscale: #9B9B9B. Windows color (decimal): -9848690 or 9353321. OLE color: 9353321.
HSL color Cylindrical-coordinate representation of color #69B88E: hue angle of 148.1º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #69B88E is Cyan = 0.43, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 105 | 184 | 142 | - |
| CMYK | 0.43 | 0 | 0.23 | 0.28 |
| HSL | 148.1º | 0.36% | 0.57% | - |
| HSV(B) | 148.1º | 0.43% | 0.72% | - |
| XYZ | 27.85 | 39.24 | 31.7 | - |
| YUV | 155.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 184 | 142 | 0.43 | 0 | 0.23 | 0.28 | 148.1 | 0.36 | 0.57 |
| Hex | 69 | B8 | 8E | 2B | 0 | 17 | 1C | 94 | 24 | 39 |
| Octal | 151 | 270 | 216 | 53 | 0 | 27 | 34 | 224 | 44 | 71 |
| Binary | 1101001 | 10111000 | 10001110 | 101011 | 0 | 10111 | 11100 | 10010100 | 100100 | 111001 |
Color Harmonies of #69B88E
Complementary color
Monochromatic Colors of #69B88E
Black with #69B88E
Text Example
Text Example
White with #69B88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B88E; }
p { color: rgb(105,184,142); }
H1.HeaderClassName
{
color: #69B88E;
}
.AnyTagClassName
{
color: #69B88E;
}
</style>
background-color css
<style>
a { background-color: #69B88E; }
a { background-color: rgb(105,184,142); }
div.DivClassName
{
background-color: #69B88E;
}
.BgClassName
{
background-color: #69B88E;
}
</style>
border-color css
<style>
span { border-color: #69B88E; }
span { border-color: rgb(105,184,142); }
td.TdClassName
{
border-color: #69B88E;
}
.TagClassName
{
border-color: #69B88E;
}
</style>