Shades of Silver Tree #69C384
Tints of Silver Tree #69C384
RGB
CMYK
RGB Variations
Color information
#69C384 (or 0x69C384) is known color: Silver Tree. HEX triplet: 69, C3 and 84. RGB value is (105,195,132). Sum of RGB (Red+Green+Blue) = 105+195+132=432 (57% of max value = 765). Red value is 105 (41.41% from 255 or 24.31% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 132 (51.95% from 255 or 30.56% from 432); Max value from RGB is 195 - color contains mainly: green. Hex color #69C384 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69C384 is #963C7B. Grayscale: #A1A1A1. Windows color (decimal): -9845884 or 8700777. OLE color: 8700777.
HSL color Cylindrical-coordinate representation of color #69C384: hue angle of 138º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #69C384 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 105 | 195 | 132 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.24 |
| HSL | 138º | 0.43% | 0.59% | - |
| HSV(B) | 138º | 0.46% | 0.76% | - |
| XYZ | 29.51 | 43.7 | 28.71 | - |
| YUV | 160.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 195 | 132 | 0.46 | 0 | 0.32 | 0.24 | 138 | 0.43 | 0.59 |
| Hex | 69 | C3 | 84 | 2E | 0 | 20 | 18 | 8A | 2B | 3B |
| Octal | 151 | 303 | 204 | 56 | 0 | 40 | 30 | 212 | 53 | 73 |
| Binary | 1101001 | 11000011 | 10000100 | 101110 | 0 | 100000 | 11000 | 10001010 | 101011 | 111011 |
Color Harmonies of #69C384
Complementary color
Monochromatic Colors of #69C384
Black with #69C384
Text Example
Text Example
White with #69C384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C384; }
p { color: rgb(105,195,132); }
H1.HeaderClassName
{
color: #69C384;
}
.AnyTagClassName
{
color: #69C384;
}
</style>
background-color css
<style>
a { background-color: #69C384; }
a { background-color: rgb(105,195,132); }
div.DivClassName
{
background-color: #69C384;
}
.BgClassName
{
background-color: #69C384;
}
</style>
border-color css
<style>
span { border-color: #69C384; }
span { border-color: rgb(105,195,132); }
td.TdClassName
{
border-color: #69C384;
}
.TagClassName
{
border-color: #69C384;
}
</style>