Shades of Silver Tree #6FC385
Tints of Silver Tree #6FC385
RGB
CMYK
RGB Variations
Color information
#6FC385 (or 0x6FC385) is known color: Silver Tree. HEX triplet: 6F, C3 and 85. RGB value is (111,195,133). Sum of RGB (Red+Green+Blue) = 111+195+133=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 195 (76.56% from 255 or 44.42% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 195 - color contains mainly: green. Hex color #6FC385 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC385 is #903C7A. Grayscale: #A2A2A2. Windows color (decimal): -9452667 or 8766319. OLE color: 8766319.
HSL color Cylindrical-coordinate representation of color #6FC385: hue angle of 135.71º degrees, saturation: 0.41, 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 #6FC385 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 195 | 133 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.24 |
| HSL | 135.71º | 0.41% | 0.6% | - |
| HSV(B) | 135.71º | 0.43% | 0.76% | - |
| XYZ | 30.3 | 44.1 | 29.11 | - |
| YUV | 162.82 | 111.17 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 195 | 133 | 0.43 | 0 | 0.32 | 0.24 | 135.71 | 0.41 | 0.6 |
| Hex | 6F | C3 | 85 | 2B | 0 | 20 | 18 | 88 | 29 | 3C |
| Octal | 157 | 303 | 205 | 53 | 0 | 40 | 30 | 210 | 51 | 74 |
| Binary | 1101111 | 11000011 | 10000101 | 101011 | 0 | 100000 | 11000 | 10001000 | 101001 | 111100 |
Color Harmonies of #6FC385
Complementary color
Monochromatic Colors of #6FC385
Black with #6FC385
Text Example
Text Example
White with #6FC385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC385; }
p { color: rgb(111,195,133); }
H1.HeaderClassName
{
color: #6FC385;
}
.AnyTagClassName
{
color: #6FC385;
}
</style>
background-color css
<style>
a { background-color: #6FC385; }
a { background-color: rgb(111,195,133); }
div.DivClassName
{
background-color: #6FC385;
}
.BgClassName
{
background-color: #6FC385;
}
</style>
border-color css
<style>
span { border-color: #6FC385; }
span { border-color: rgb(111,195,133); }
td.TdClassName
{
border-color: #6FC385;
}
.TagClassName
{
border-color: #6FC385;
}
</style>