Shades of Silver Tree #6FCC85
Tints of Silver Tree #6FCC85
RGB
CMYK
RGB Variations
Color information
#6FCC85 (or 0x6FCC85) is known color: Silver Tree. HEX triplet: 6F, CC and 85. RGB value is (111,204,133). Sum of RGB (Red+Green+Blue) = 111+204+133=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 133 (52.34% from 255 or 29.69% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCC85 is #90337A. Grayscale: #A8A8A8. Windows color (decimal): -9450363 or 8768623. OLE color: 8768623.
HSL color Cylindrical-coordinate representation of color #6FCC85: hue angle of 134.19º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCC85 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 133 | - |
| CMYK | 0.46 | 0 | 0.35 | 0.2 |
| HSL | 134.19º | 0.48% | 0.62% | - |
| HSV(B) | 134.19º | 0.46% | 0.8% | - |
| XYZ | 32.38 | 48.26 | 29.8 | - |
| YUV | 168.1 | 108.19 | 87.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 133 | 0.46 | 0 | 0.35 | 0.2 | 134.19 | 0.48 | 0.62 |
| Hex | 6F | CC | 85 | 2E | 0 | 23 | 14 | 86 | 30 | 3E |
| Octal | 157 | 314 | 205 | 56 | 0 | 43 | 24 | 206 | 60 | 76 |
| Binary | 1101111 | 11001100 | 10000101 | 101110 | 0 | 100011 | 10100 | 10000110 | 110000 | 111110 |
Color Harmonies of #6FCC85
Complementary color
Monochromatic Colors of #6FCC85
Black with #6FCC85
Text Example
Text Example
White with #6FCC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC85; }
p { color: rgb(111,204,133); }
H1.HeaderClassName
{
color: #6FCC85;
}
.AnyTagClassName
{
color: #6FCC85;
}
</style>
background-color css
<style>
a { background-color: #6FCC85; }
a { background-color: rgb(111,204,133); }
div.DivClassName
{
background-color: #6FCC85;
}
.BgClassName
{
background-color: #6FCC85;
}
</style>
border-color css
<style>
span { border-color: #6FCC85; }
span { border-color: rgb(111,204,133); }
td.TdClassName
{
border-color: #6FCC85;
}
.TagClassName
{
border-color: #6FCC85;
}
</style>