Shades of Silver Tree #69C88C
Tints of Silver Tree #69C88C
RGB
CMYK
RGB Variations
Color information
#69C88C (or 0x69C88C) is known color: Silver Tree. HEX triplet: 69, C8 and 8C. RGB value is (105,200,140). Sum of RGB (Red+Green+Blue) = 105+200+140=445 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.60% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 200 - color contains mainly: green. Hex color #69C88C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C88C is #963773. Grayscale: #A4A4A4. Windows color (decimal): -9844596 or 9226345. OLE color: 9226345.
HSL color Cylindrical-coordinate representation of color #69C88C: hue angle of 142.11º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C88C is Cyan = 0.48, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 140 | - |
| CMYK | 0.48 | 0 | 0.3 | 0.22 |
| HSL | 142.11º | 0.46% | 0.6% | - |
| HSV(B) | 142.11º | 0.48% | 0.78% | - |
| XYZ | 31.21 | 46.21 | 32.08 | - |
| YUV | 164.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 140 | 0.48 | 0 | 0.3 | 0.22 | 142.11 | 0.46 | 0.6 |
| Hex | 69 | C8 | 8C | 30 | 0 | 1E | 16 | 8E | 2E | 3C |
| Octal | 151 | 310 | 214 | 60 | 0 | 36 | 26 | 216 | 56 | 74 |
| Binary | 1101001 | 11001000 | 10001100 | 110000 | 0 | 11110 | 10110 | 10001110 | 101110 | 111100 |
Color Harmonies of #69C88C
Complementary color
Monochromatic Colors of #69C88C
Black with #69C88C
Text Example
Text Example
White with #69C88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C88C; }
p { color: rgb(105,200,140); }
H1.HeaderClassName
{
color: #69C88C;
}
.AnyTagClassName
{
color: #69C88C;
}
</style>
background-color css
<style>
a { background-color: #69C88C; }
a { background-color: rgb(105,200,140); }
div.DivClassName
{
background-color: #69C88C;
}
.BgClassName
{
background-color: #69C88C;
}
</style>
border-color css
<style>
span { border-color: #69C88C; }
span { border-color: rgb(105,200,140); }
td.TdClassName
{
border-color: #69C88C;
}
.TagClassName
{
border-color: #69C88C;
}
</style>