Shades of Silver Tree #6FC285
Tints of Silver Tree #6FC285
RGB
CMYK
RGB Variations
Color information
#6FC285 (or 0x6FC285) is known color: Silver Tree. HEX triplet: 6F, C2 and 85. RGB value is (111,194,133). Sum of RGB (Red+Green+Blue) = 111+194+133=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 194 (76.17% from 255 or 44.29% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC285 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC285 is #903D7A. Grayscale: #A2A2A2. Windows color (decimal): -9452923 or 8766063. OLE color: 8766063.
HSL color Cylindrical-coordinate representation of color #6FC285: hue angle of 135.9º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6FC285 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 194 | 133 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.24 |
| HSL | 135.9º | 0.4% | 0.6% | - |
| HSV(B) | 135.9º | 0.43% | 0.76% | - |
| XYZ | 30.08 | 43.66 | 29.03 | - |
| YUV | 162.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 133 | 0.43 | 0 | 0.31 | 0.24 | 135.9 | 0.4 | 0.6 |
| Hex | 6F | C2 | 85 | 2B | 0 | 1F | 18 | 88 | 28 | 3C |
| Octal | 157 | 302 | 205 | 53 | 0 | 37 | 30 | 210 | 50 | 74 |
| Binary | 1101111 | 11000010 | 10000101 | 101011 | 0 | 11111 | 11000 | 10001000 | 101000 | 111100 |
Color Harmonies of #6FC285
Complementary color
Monochromatic Colors of #6FC285
Black with #6FC285
Text Example
Text Example
White with #6FC285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC285; }
p { color: rgb(111,194,133); }
H1.HeaderClassName
{
color: #6FC285;
}
.AnyTagClassName
{
color: #6FC285;
}
</style>
background-color css
<style>
a { background-color: #6FC285; }
a { background-color: rgb(111,194,133); }
div.DivClassName
{
background-color: #6FC285;
}
.BgClassName
{
background-color: #6FC285;
}
</style>
border-color css
<style>
span { border-color: #6FC285; }
span { border-color: rgb(111,194,133); }
td.TdClassName
{
border-color: #6FC285;
}
.TagClassName
{
border-color: #6FC285;
}
</style>