Shades of Silver Tree #69B490
Tints of Silver Tree #69B490
RGB
CMYK
RGB Variations
Color information
#69B490 (or 0x69B490) is known color: Silver Tree. HEX triplet: 69, B4 and 90. RGB value is (105,180,144). Sum of RGB (Red+Green+Blue) = 105+180+144=429 (56% of max value = 765). Red value is 105 (41.41% from 255 or 24.48% from 429); Green value is 180 (70.70% from 255 or 41.96% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 180 - color contains mainly: green. Hex color #69B490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69B490 is #964B6F. Grayscale: #999999. Windows color (decimal): -9849712 or 9483369. OLE color: 9483369.
HSL color Cylindrical-coordinate representation of color #69B490: hue angle of 151.2º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69B490 is Cyan = 0.42, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 180 | 144 | - |
| CMYK | 0.42 | 0 | 0.2 | 0.29 |
| HSL | 151.2º | 0.33% | 0.56% | - |
| HSV(B) | 151.2º | 0.42% | 0.71% | - |
| XYZ | 27.18 | 37.66 | 32.22 | - |
| YUV | 153.47 | 122.65 | 93.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 180 | 144 | 0.42 | 0 | 0.2 | 0.29 | 151.2 | 0.33 | 0.56 |
| Hex | 69 | B4 | 90 | 2A | 0 | 14 | 1D | 97 | 21 | 38 |
| Octal | 151 | 264 | 220 | 52 | 0 | 24 | 35 | 227 | 41 | 70 |
| Binary | 1101001 | 10110100 | 10010000 | 101010 | 0 | 10100 | 11101 | 10010111 | 100001 | 111000 |
Color Harmonies of #69B490
Complementary color
Monochromatic Colors of #69B490
Black with #69B490
Text Example
Text Example
White with #69B490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69B490; }
p { color: rgb(105,180,144); }
H1.HeaderClassName
{
color: #69B490;
}
.AnyTagClassName
{
color: #69B490;
}
</style>
background-color css
<style>
a { background-color: #69B490; }
a { background-color: rgb(105,180,144); }
div.DivClassName
{
background-color: #69B490;
}
.BgClassName
{
background-color: #69B490;
}
</style>
border-color css
<style>
span { border-color: #69B490; }
span { border-color: rgb(105,180,144); }
td.TdClassName
{
border-color: #69B490;
}
.TagClassName
{
border-color: #69B490;
}
</style>