Shades of Silver Tree #6BCA9C
Tints of Silver Tree #6BCA9C
RGB
CMYK
RGB Variations
Color information
#6BCA9C (or 0x6BCA9C) is known color: Silver Tree. HEX triplet: 6B, CA and 9C. RGB value is (107,202,156). Sum of RGB (Red+Green+Blue) = 107+202+156=465 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.01% from 465); Green value is 202 (79.30% from 255 or 43.44% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 202 - color contains mainly: green. Hex color #6BCA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BCA9C is #943563. Grayscale: #A8A8A8. Windows color (decimal): -9712996 or 10275435. OLE color: 10275435.
HSL color Cylindrical-coordinate representation of color #6BCA9C: hue angle of 150.95º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6BCA9C is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 107 | 202 | 156 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.21 |
| HSL | 150.95º | 0.47% | 0.61% | - |
| HSV(B) | 150.95º | 0.47% | 0.79% | - |
| XYZ | 33.18 | 47.77 | 38.92 | - |
| YUV | 168.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 202 | 156 | 0.47 | 0 | 0.23 | 0.21 | 150.95 | 0.47 | 0.61 |
| Hex | 6B | CA | 9C | 2F | 0 | 17 | 15 | 97 | 2F | 3D |
| Octal | 153 | 312 | 234 | 57 | 0 | 27 | 25 | 227 | 57 | 75 |
| Binary | 1101011 | 11001010 | 10011100 | 101111 | 0 | 10111 | 10101 | 10010111 | 101111 | 111101 |
Color Harmonies of #6BCA9C
Complementary color
Monochromatic Colors of #6BCA9C
Black with #6BCA9C
Text Example
Text Example
White with #6BCA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCA9C; }
p { color: rgb(107,202,156); }
H1.HeaderClassName
{
color: #6BCA9C;
}
.AnyTagClassName
{
color: #6BCA9C;
}
</style>
background-color css
<style>
a { background-color: #6BCA9C; }
a { background-color: rgb(107,202,156); }
div.DivClassName
{
background-color: #6BCA9C;
}
.BgClassName
{
background-color: #6BCA9C;
}
</style>
border-color css
<style>
span { border-color: #6BCA9C; }
span { border-color: rgb(107,202,156); }
td.TdClassName
{
border-color: #6BCA9C;
}
.TagClassName
{
border-color: #6BCA9C;
}
</style>