Shades of Jade #06BC6D
Tints of Jade #06BC6D
RGB
CMYK
RGB Variations
Color information
#06BC6D (or 0x06BC6D) is known color: Jade. HEX triplet: 06, BC and 6D. RGB value is (6,188,109). Sum of RGB (Red+Green+Blue) = 6+188+109=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC6D is #F94392. Grayscale: #7C7C7C. Windows color (decimal): -16335763 or 7191558. OLE color: 7191558.
HSL color Cylindrical-coordinate representation of color #06BC6D: hue angle of 153.96º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BC6D is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 109 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.26 |
| HSL | 153.96º | 0.94% | 0.38% | - |
| HSV(B) | 153.96º | 0.97% | 0.74% | - |
| XYZ | 20.82 | 37.11 | 20.53 | - |
| YUV | 124.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 109 | 0.97 | 0 | 0.42 | 0.26 | 153.96 | 0.94 | 0.38 |
| Hex | 6 | BC | 6D | 61 | 0 | 2A | 1A | 9A | 5E | 26 |
| Octal | 6 | 274 | 155 | 141 | 0 | 52 | 32 | 232 | 136 | 46 |
| Binary | 110 | 10111100 | 1101101 | 1100001 | 0 | 101010 | 11010 | 10011010 | 1011110 | 100110 |
Color Harmonies of #06BC6D
Complementary color
Monochromatic Colors of #06BC6D
Black with #06BC6D
Text Example
Text Example
White with #06BC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC6D; }
p { color: rgb(6,188,109); }
H1.HeaderClassName
{
color: #06BC6D;
}
.AnyTagClassName
{
color: #06BC6D;
}
</style>
background-color css
<style>
a { background-color: #06BC6D; }
a { background-color: rgb(6,188,109); }
div.DivClassName
{
background-color: #06BC6D;
}
.BgClassName
{
background-color: #06BC6D;
}
</style>
border-color css
<style>
span { border-color: #06BC6D; }
span { border-color: rgb(6,188,109); }
td.TdClassName
{
border-color: #06BC6D;
}
.TagClassName
{
border-color: #06BC6D;
}
</style>