Shades of Silver Tree #6FBC8C
Tints of Silver Tree #6FBC8C
RGB
CMYK
RGB Variations
Color information
#6FBC8C (or 0x6FBC8C) is known color: Silver Tree. HEX triplet: 6F, BC and 8C. RGB value is (111,188,140). Sum of RGB (Red+Green+Blue) = 111+188+140=439 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.28% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 140 (55.08% from 255 or 31.89% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBC8C is #904373. Grayscale: #9F9F9F. Windows color (decimal): -9454452 or 9223279. OLE color: 9223279.
HSL color Cylindrical-coordinate representation of color #6FBC8C: hue angle of 142.6º 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 #6FBC8C is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
RGB | 111 | 188 | 140 | - |
CMYK | 0.41 | 0 | 0.26 | 0.26 |
HSL | 142.6º | 0.36% | 0.59% | - |
HSV(B) | 142.6º | 0.41% | 0.74% | - |
XYZ | 29.27 | 41.24 | 31.23 | - |
YUV | 159.51 | 116.99 | 93.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 188 | 140 | 0.41 | 0 | 0.26 | 0.26 | 142.6 | 0.36 | 0.59 |
Hex | 6F | BC | 8C | 29 | 0 | 1A | 1A | 8F | 24 | 3B |
Octal | 157 | 274 | 214 | 51 | 0 | 32 | 32 | 217 | 44 | 73 |
Binary | 1101111 | 10111100 | 10001100 | 101001 | 0 | 11010 | 11010 | 10001111 | 100100 | 111011 |
Color Harmonies of #6FBC8C
Complementary color
Monochromatic Colors of #6FBC8C
Black with #6FBC8C
Text Example
Text Example
White with #6FBC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FBC8C; }
p { color: rgb(111,188,140); }
H1.HeaderClassName
{
color: #6FBC8C;
}
.AnyTagClassName
{
color: #6FBC8C;
}
</style>
background-color css
<style>
a { background-color: #6FBC8C; }
a { background-color: rgb(111,188,140); }
div.DivClassName
{
background-color: #6FBC8C;
}
.BgClassName
{
background-color: #6FBC8C;
}
</style>
border-color css
<style>
span { border-color: #6FBC8C; }
span { border-color: rgb(111,188,140); }
td.TdClassName
{
border-color: #6FBC8C;
}
.TagClassName
{
border-color: #6FBC8C;
}
</style>