Shades of Silver Tree #6FBC95
Tints of Silver Tree #6FBC95
RGB
CMYK
RGB Variations
Color information
#6FBC95 (or 0x6FBC95) is known color: Silver Tree. HEX triplet: 6F, BC and 95. RGB value is (111,188,149). Sum of RGB (Red+Green+Blue) = 111+188+149=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC95 is #90436A. Grayscale: #A0A0A0. Windows color (decimal): -9454443 or 9813103. OLE color: 9813103.
HSL color Cylindrical-coordinate representation of color #6FBC95: hue angle of 149.61º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBC95 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 188 | 149 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.26 |
| HSL | 149.61º | 0.36% | 0.59% | - |
| HSV(B) | 149.61º | 0.41% | 0.74% | - |
| XYZ | 29.96 | 41.52 | 34.87 | - |
| YUV | 160.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 188 | 149 | 0.41 | 0 | 0.21 | 0.26 | 149.61 | 0.36 | 0.59 |
| Hex | 6F | BC | 95 | 29 | 0 | 15 | 1A | 96 | 24 | 3B |
| Octal | 157 | 274 | 225 | 51 | 0 | 25 | 32 | 226 | 44 | 73 |
| Binary | 1101111 | 10111100 | 10010101 | 101001 | 0 | 10101 | 11010 | 10010110 | 100100 | 111011 |
Color Harmonies of #6FBC95
Complementary color
Monochromatic Colors of #6FBC95
Black with #6FBC95
Text Example
Text Example
White with #6FBC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC95; }
p { color: rgb(111,188,149); }
H1.HeaderClassName
{
color: #6FBC95;
}
.AnyTagClassName
{
color: #6FBC95;
}
</style>
background-color css
<style>
a { background-color: #6FBC95; }
a { background-color: rgb(111,188,149); }
div.DivClassName
{
background-color: #6FBC95;
}
.BgClassName
{
background-color: #6FBC95;
}
</style>
border-color css
<style>
span { border-color: #6FBC95; }
span { border-color: rgb(111,188,149); }
td.TdClassName
{
border-color: #6FBC95;
}
.TagClassName
{
border-color: #6FBC95;
}
</style>