Shades of Jade #06BC68
Tints of Jade #06BC68
RGB
CMYK
RGB Variations
Color information
#06BC68 (or 0x06BC68) is known color: Jade. HEX triplet: 06, BC and 68. RGB value is (6,188,104). Sum of RGB (Red+Green+Blue) = 6+188+104=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 188 (73.83% from 255 or 63.09% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 188 - color contains mainly: green. Hex color #06BC68 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06BC68 is #F94397. Grayscale: #7C7C7C. Windows color (decimal): -16335768 or 6863878. OLE color: 6863878.
HSL color Cylindrical-coordinate representation of color #06BC68: hue angle of 152.31º 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 #06BC68 is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 104 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.26 |
| HSL | 152.31º | 0.94% | 0.38% | - |
| HSV(B) | 152.31º | 0.97% | 0.74% | - |
| XYZ | 20.56 | 37 | 19.16 | - |
| YUV | 124.01 | 116.7 | 43.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 104 | 0.97 | 0 | 0.45 | 0.26 | 152.31 | 0.94 | 0.38 |
| Hex | 6 | BC | 68 | 61 | 0 | 2D | 1A | 98 | 5E | 26 |
| Octal | 6 | 274 | 150 | 141 | 0 | 55 | 32 | 230 | 136 | 46 |
| Binary | 110 | 10111100 | 1101000 | 1100001 | 0 | 101101 | 11010 | 10011000 | 1011110 | 100110 |
Color Harmonies of #06BC68
Complementary color
Monochromatic Colors of #06BC68
Black with #06BC68
Text Example
Text Example
White with #06BC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BC68; }
p { color: rgb(6,188,104); }
H1.HeaderClassName
{
color: #06BC68;
}
.AnyTagClassName
{
color: #06BC68;
}
</style>
background-color css
<style>
a { background-color: #06BC68; }
a { background-color: rgb(6,188,104); }
div.DivClassName
{
background-color: #06BC68;
}
.BgClassName
{
background-color: #06BC68;
}
</style>
border-color css
<style>
span { border-color: #06BC68; }
span { border-color: rgb(6,188,104); }
td.TdClassName
{
border-color: #06BC68;
}
.TagClassName
{
border-color: #06BC68;
}
</style>