Shades of Silver Tree #69D09A
Tints of Silver Tree #69D09A
RGB
CMYK
RGB Variations
Color information
#69D09A (or 0x69D09A) is known color: Silver Tree. HEX triplet: 69, D0 and 9A. RGB value is (105,208,154). Sum of RGB (Red+Green+Blue) = 105+208+154=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 154 (60.55% from 255 or 32.98% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #69D09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69D09A is #962F65. Grayscale: #ABABAB. Windows color (decimal): -9842534 or 10145897. OLE color: 10145897.
HSL color Cylindrical-coordinate representation of color #69D09A: hue angle of 148.54º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D09A is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 154 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.18 |
| HSL | 148.54º | 0.52% | 0.61% | - |
| HSV(B) | 148.54º | 0.5% | 0.82% | - |
| XYZ | 34.21 | 50.45 | 38.51 | - |
| YUV | 171.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 154 | 0.50 | 0 | 0.26 | 0.18 | 148.54 | 0.52 | 0.61 |
| Hex | 69 | D0 | 9A | 32 | 0 | 1A | 12 | 95 | 34 | 3D |
| Octal | 151 | 320 | 232 | 62 | 0 | 32 | 22 | 225 | 64 | 75 |
| Binary | 1101001 | 11010000 | 10011010 | 110010 | 0 | 11010 | 10010 | 10010101 | 110100 | 111101 |
Color Harmonies of #69D09A
Complementary color
Monochromatic Colors of #69D09A
Black with #69D09A
Text Example
Text Example
White with #69D09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D09A; }
p { color: rgb(105,208,154); }
H1.HeaderClassName
{
color: #69D09A;
}
.AnyTagClassName
{
color: #69D09A;
}
</style>
background-color css
<style>
a { background-color: #69D09A; }
a { background-color: rgb(105,208,154); }
div.DivClassName
{
background-color: #69D09A;
}
.BgClassName
{
background-color: #69D09A;
}
</style>
border-color css
<style>
span { border-color: #69D09A; }
span { border-color: rgb(105,208,154); }
td.TdClassName
{
border-color: #69D09A;
}
.TagClassName
{
border-color: #69D09A;
}
</style>