Shades of Jade #06C676
Tints of Jade #06C676
RGB
CMYK
RGB Variations
Color information
#06C676 (or 0x06C676) is known color: Jade. HEX triplet: 06, C6 and 76. RGB value is (6,198,118). Sum of RGB (Red+Green+Blue) = 6+198+118=322 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.86% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #06C676 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C676 is #F93989. Grayscale: #838383. Windows color (decimal): -16333194 or 7783942. OLE color: 7783942.
HSL color Cylindrical-coordinate representation of color #06C676: hue angle of 155º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C676 is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 6 | 198 | 118 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.22 |
| HSL | 155º | 0.94% | 0.4% | - |
| HSV(B) | 155º | 0.97% | 0.78% | - |
| XYZ | 23.54 | 41.73 | 23.95 | - |
| YUV | 131.47 | 120.39 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 198 | 118 | 0.97 | 0 | 0.40 | 0.22 | 155 | 0.94 | 0.4 |
| Hex | 6 | C6 | 76 | 61 | 0 | 28 | 16 | 9B | 5E | 28 |
| Octal | 6 | 306 | 166 | 141 | 0 | 50 | 26 | 233 | 136 | 50 |
| Binary | 110 | 11000110 | 1110110 | 1100001 | 0 | 101000 | 10110 | 10011011 | 1011110 | 101000 |
Color Harmonies of #06C676
Complementary color
Monochromatic Colors of #06C676
Black with #06C676
Text Example
Text Example
White with #06C676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C676; }
p { color: rgb(6,198,118); }
H1.HeaderClassName
{
color: #06C676;
}
.AnyTagClassName
{
color: #06C676;
}
</style>
background-color css
<style>
a { background-color: #06C676; }
a { background-color: rgb(6,198,118); }
div.DivClassName
{
background-color: #06C676;
}
.BgClassName
{
background-color: #06C676;
}
</style>
border-color css
<style>
span { border-color: #06C676; }
span { border-color: rgb(6,198,118); }
td.TdClassName
{
border-color: #06C676;
}
.TagClassName
{
border-color: #06C676;
}
</style>