Shades of Silver Tree #69B188
Tints of Silver Tree #69B188
RGB
CMYK
RGB Variations
Color information
#69B188 (or 0x69B188) is known color: Silver Tree. HEX triplet: 69, B1 and 88. RGB value is (105,177,136). Sum of RGB (Red+Green+Blue) = 105+177+136=418 (55% of max value = 765). Red value is 105 (41.41% from 255 or 25.12% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #69B188 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69B188 is #964E77. Grayscale: #969696. Windows color (decimal): -9850488 or 8958313. OLE color: 8958313.
HSL color Cylindrical-coordinate representation of color #69B188: hue angle of 145.83º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #69B188 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 105 | 177 | 136 | - |
| CMYK | 0.41 | 0 | 0.23 | 0.31 |
| HSL | 145.83º | 0.32% | 0.55% | - |
| HSV(B) | 145.83º | 0.41% | 0.69% | - |
| XYZ | 25.99 | 36.23 | 28.91 | - |
| YUV | 150.8 | 119.65 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 177 | 136 | 0.41 | 0 | 0.23 | 0.31 | 145.83 | 0.32 | 0.55 |
| Hex | 69 | B1 | 88 | 29 | 0 | 17 | 1F | 92 | 20 | 37 |
| Octal | 151 | 261 | 210 | 51 | 0 | 27 | 37 | 222 | 40 | 67 |
| Binary | 1101001 | 10110001 | 10001000 | 101001 | 0 | 10111 | 11111 | 10010010 | 100000 | 110111 |
Color Harmonies of #69B188
Complementary color
Monochromatic Colors of #69B188
Black with #69B188
Text Example
Text Example
White with #69B188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B188; }
p { color: rgb(105,177,136); }
H1.HeaderClassName
{
color: #69B188;
}
.AnyTagClassName
{
color: #69B188;
}
</style>
background-color css
<style>
a { background-color: #69B188; }
a { background-color: rgb(105,177,136); }
div.DivClassName
{
background-color: #69B188;
}
.BgClassName
{
background-color: #69B188;
}
</style>
border-color css
<style>
span { border-color: #69B188; }
span { border-color: rgb(105,177,136); }
td.TdClassName
{
border-color: #69B188;
}
.TagClassName
{
border-color: #69B188;
}
</style>