Shades of Silver Tree #69CC8C
Tints of Silver Tree #69CC8C
RGB
CMYK
RGB Variations
Color information
#69CC8C (or 0x69CC8C) is known color: Silver Tree. HEX triplet: 69, CC and 8C. RGB value is (105,204,140). Sum of RGB (Red+Green+Blue) = 105+204+140=449 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.39% from 449); Green value is 204 (80.08% from 255 or 45.43% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 204 - color contains mainly: green. Hex color #69CC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69CC8C is #963373. Grayscale: #A7A7A7. Windows color (decimal): -9843572 or 9227369. OLE color: 9227369.
HSL color Cylindrical-coordinate representation of color #69CC8C: hue angle of 141.21º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CC8C is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 105 | 204 | 140 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.2 |
| HSL | 141.21º | 0.49% | 0.61% | - |
| HSV(B) | 141.21º | 0.49% | 0.8% | - |
| XYZ | 32.15 | 48.08 | 32.4 | - |
| YUV | 167.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 204 | 140 | 0.49 | 0 | 0.31 | 0.2 | 141.21 | 0.49 | 0.61 |
| Hex | 69 | CC | 8C | 31 | 0 | 1F | 14 | 8D | 31 | 3D |
| Octal | 151 | 314 | 214 | 61 | 0 | 37 | 24 | 215 | 61 | 75 |
| Binary | 1101001 | 11001100 | 10001100 | 110001 | 0 | 11111 | 10100 | 10001101 | 110001 | 111101 |
Color Harmonies of #69CC8C
Complementary color
Monochromatic Colors of #69CC8C
Black with #69CC8C
Text Example
Text Example
White with #69CC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CC8C; }
p { color: rgb(105,204,140); }
H1.HeaderClassName
{
color: #69CC8C;
}
.AnyTagClassName
{
color: #69CC8C;
}
</style>
background-color css
<style>
a { background-color: #69CC8C; }
a { background-color: rgb(105,204,140); }
div.DivClassName
{
background-color: #69CC8C;
}
.BgClassName
{
background-color: #69CC8C;
}
</style>
border-color css
<style>
span { border-color: #69CC8C; }
span { border-color: rgb(105,204,140); }
td.TdClassName
{
border-color: #69CC8C;
}
.TagClassName
{
border-color: #69CC8C;
}
</style>