Shades of Silver Tree #69C08A
Tints of Silver Tree #69C08A
RGB
CMYK
RGB Variations
Color information
#69C08A (or 0x69C08A) is known color: Silver Tree. HEX triplet: 69, C0 and 8A. RGB value is (105,192,138). Sum of RGB (Red+Green+Blue) = 105+192+138=435 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.14% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #69C08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C08A is #963F75. Grayscale: #9F9F9F. Windows color (decimal): -9846646 or 9093225. OLE color: 9093225.
HSL color Cylindrical-coordinate representation of color #69C08A: hue angle of 142.76º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C08A is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 138 | - |
| CMYK | 0.45 | 0 | 0.28 | 0.25 |
| HSL | 142.76º | 0.41% | 0.58% | - |
| HSV(B) | 142.76º | 0.45% | 0.75% | - |
| XYZ | 29.26 | 42.54 | 30.71 | - |
| YUV | 159.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 138 | 0.45 | 0 | 0.28 | 0.25 | 142.76 | 0.41 | 0.58 |
| Hex | 69 | C0 | 8A | 2D | 0 | 1C | 19 | 8F | 29 | 3A |
| Octal | 151 | 300 | 212 | 55 | 0 | 34 | 31 | 217 | 51 | 72 |
| Binary | 1101001 | 11000000 | 10001010 | 101101 | 0 | 11100 | 11001 | 10001111 | 101001 | 111010 |
Color Harmonies of #69C08A
Complementary color
Monochromatic Colors of #69C08A
Black with #69C08A
Text Example
Text Example
White with #69C08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C08A; }
p { color: rgb(105,192,138); }
H1.HeaderClassName
{
color: #69C08A;
}
.AnyTagClassName
{
color: #69C08A;
}
</style>
background-color css
<style>
a { background-color: #69C08A; }
a { background-color: rgb(105,192,138); }
div.DivClassName
{
background-color: #69C08A;
}
.BgClassName
{
background-color: #69C08A;
}
</style>
border-color css
<style>
span { border-color: #69C08A; }
span { border-color: rgb(105,192,138); }
td.TdClassName
{
border-color: #69C08A;
}
.TagClassName
{
border-color: #69C08A;
}
</style>