Shades of Silver Tree #68CB8A
Tints of Silver Tree #68CB8A
RGB
CMYK
RGB Variations
Color information
#68CB8A (or 0x68CB8A) is known color: Silver Tree. HEX triplet: 68, CB and 8A. RGB value is (104,203,138). Sum of RGB (Red+Green+Blue) = 104+203+138=445 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.37% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #68CB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68CB8A is #973475. Grayscale: #A6A6A6. Windows color (decimal): -9909366 or 9096040. OLE color: 9096040.
HSL color Cylindrical-coordinate representation of color #68CB8A: hue angle of 140.61º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #68CB8A is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 104 | 203 | 138 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.20 |
| HSL | 140.61º | 0.49% | 0.6% | - |
| HSV(B) | 140.61º | 0.49% | 0.8% | - |
| XYZ | 31.65 | 47.49 | 31.54 | - |
| YUV | 165.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 203 | 138 | 0.49 | 0 | 0.32 | 0.20 | 140.61 | 0.49 | 0.6 |
| Hex | 68 | CB | 8A | 31 | 0 | 20 | 14 | 8D | 31 | 3C |
| Octal | 150 | 313 | 212 | 61 | 0 | 40 | 24 | 215 | 61 | 74 |
| Binary | 1101000 | 11001011 | 10001010 | 110001 | 0 | 100000 | 10100 | 10001101 | 110001 | 111100 |
Color Harmonies of #68CB8A
Complementary color
Monochromatic Colors of #68CB8A
Black with #68CB8A
Text Example
Text Example
White with #68CB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68CB8A; }
p { color: rgb(104,203,138); }
H1.HeaderClassName
{
color: #68CB8A;
}
.AnyTagClassName
{
color: #68CB8A;
}
</style>
background-color css
<style>
a { background-color: #68CB8A; }
a { background-color: rgb(104,203,138); }
div.DivClassName
{
background-color: #68CB8A;
}
.BgClassName
{
background-color: #68CB8A;
}
</style>
border-color css
<style>
span { border-color: #68CB8A; }
span { border-color: rgb(104,203,138); }
td.TdClassName
{
border-color: #68CB8A;
}
.TagClassName
{
border-color: #68CB8A;
}
</style>