Shades of Silver Tree #69B08A
Tints of Silver Tree #69B08A
RGB
CMYK
RGB Variations
Color information
#69B08A (or 0x69B08A) is known color: Silver Tree. HEX triplet: 69, B0 and 8A. RGB value is (105,176,138). Sum of RGB (Red+Green+Blue) = 105+176+138=419 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.06% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #69B08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B08A is #964F75. Grayscale: #969696. Windows color (decimal): -9850742 or 9089129. OLE color: 9089129.
HSL color Cylindrical-coordinate representation of color #69B08A: hue angle of 147.89º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69B08A is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 176 | 138 | - |
| CMYK | 0.40 | 0 | 0.22 | 0.31 |
| HSL | 147.89º | 0.31% | 0.55% | - |
| HSV(B) | 147.89º | 0.4% | 0.69% | - |
| XYZ | 25.94 | 35.89 | 29.6 | - |
| YUV | 150.44 | 120.98 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 176 | 138 | 0.40 | 0 | 0.22 | 0.31 | 147.89 | 0.31 | 0.55 |
| Hex | 69 | B0 | 8A | 28 | 0 | 16 | 1F | 94 | 1F | 37 |
| Octal | 151 | 260 | 212 | 50 | 0 | 26 | 37 | 224 | 37 | 67 |
| Binary | 1101001 | 10110000 | 10001010 | 101000 | 0 | 10110 | 11111 | 10010100 | 11111 | 110111 |
Color Harmonies of #69B08A
Complementary color
Monochromatic Colors of #69B08A
Black with #69B08A
Text Example
Text Example
White with #69B08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B08A; }
p { color: rgb(105,176,138); }
H1.HeaderClassName
{
color: #69B08A;
}
.AnyTagClassName
{
color: #69B08A;
}
</style>
background-color css
<style>
a { background-color: #69B08A; }
a { background-color: rgb(105,176,138); }
div.DivClassName
{
background-color: #69B08A;
}
.BgClassName
{
background-color: #69B08A;
}
</style>
border-color css
<style>
span { border-color: #69B08A; }
span { border-color: rgb(105,176,138); }
td.TdClassName
{
border-color: #69B08A;
}
.TagClassName
{
border-color: #69B08A;
}
</style>