Shades of Silver Tree #68BC8A
Tints of Silver Tree #68BC8A
RGB
CMYK
RGB Variations
Color information
#68BC8A (or 0x68BC8A) is known color: Silver Tree. HEX triplet: 68, BC and 8A. RGB value is (104,188,138). Sum of RGB (Red+Green+Blue) = 104+188+138=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 138 (54.30% from 255 or 32.09% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #68BC8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BC8A is #974375. Grayscale: #9D9D9D. Windows color (decimal): -9913206 or 9092200. OLE color: 9092200.
HSL color Cylindrical-coordinate representation of color #68BC8A: hue angle of 144.29º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BC8A is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 104 | 188 | 138 | - |
| CMYK | 0.45 | 0 | 0.27 | 0.26 |
| HSL | 144.29º | 0.39% | 0.57% | - |
| HSV(B) | 144.29º | 0.45% | 0.74% | - |
| XYZ | 28.28 | 40.74 | 30.42 | - |
| YUV | 157.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 188 | 138 | 0.45 | 0 | 0.27 | 0.26 | 144.29 | 0.39 | 0.57 |
| Hex | 68 | BC | 8A | 2D | 0 | 1B | 1A | 90 | 27 | 39 |
| Octal | 150 | 274 | 212 | 55 | 0 | 33 | 32 | 220 | 47 | 71 |
| Binary | 1101000 | 10111100 | 10001010 | 101101 | 0 | 11011 | 11010 | 10010000 | 100111 | 111001 |
Color Harmonies of #68BC8A
Complementary color
Monochromatic Colors of #68BC8A
Black with #68BC8A
Text Example
Text Example
White with #68BC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BC8A; }
p { color: rgb(104,188,138); }
H1.HeaderClassName
{
color: #68BC8A;
}
.AnyTagClassName
{
color: #68BC8A;
}
</style>
background-color css
<style>
a { background-color: #68BC8A; }
a { background-color: rgb(104,188,138); }
div.DivClassName
{
background-color: #68BC8A;
}
.BgClassName
{
background-color: #68BC8A;
}
</style>
border-color css
<style>
span { border-color: #68BC8A; }
span { border-color: rgb(104,188,138); }
td.TdClassName
{
border-color: #68BC8A;
}
.TagClassName
{
border-color: #68BC8A;
}
</style>