Shades of Jade #06A666
Tints of Jade #06A666
RGB
CMYK
RGB Variations
Color information
#06A666 (or 0x06A666) is known color: Jade. HEX triplet: 06, A6 and 66. RGB value is (6,166,102). Sum of RGB (Red+Green+Blue) = 6+166+102=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 166 (65.23% from 255 or 60.58% from 274); Blue value is 102 (40.23% from 255 or 37.23% from 274); Max value from RGB is 166 - color contains mainly: green. Hex color #06A666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A666 is #F95999. Grayscale: #6E6E6E. Windows color (decimal): -16341402 or 6727174. OLE color: 6727174.
HSL color Cylindrical-coordinate representation of color #06A666: hue angle of 156º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A666 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 6 | 166 | 102 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.35 |
| HSL | 156º | 0.93% | 0.34% | - |
| HSV(B) | 156º | 0.96% | 0.65% | - |
| XYZ | 16.11 | 28.27 | 17.18 | - |
| YUV | 110.86 | 122.99 | 53.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 166 | 102 | 0.96 | 0 | 0.39 | 0.35 | 156 | 0.93 | 0.34 |
| Hex | 6 | A6 | 66 | 60 | 0 | 27 | 23 | 9C | 5D | 22 |
| Octal | 6 | 246 | 146 | 140 | 0 | 47 | 43 | 234 | 135 | 42 |
| Binary | 110 | 10100110 | 1100110 | 1100000 | 0 | 100111 | 100011 | 10011100 | 1011101 | 100010 |
Color Harmonies of #06A666
Complementary color
Monochromatic Colors of #06A666
Black with #06A666
Text Example
Text Example
White with #06A666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A666; }
p { color: rgb(6,166,102); }
H1.HeaderClassName
{
color: #06A666;
}
.AnyTagClassName
{
color: #06A666;
}
</style>
background-color css
<style>
a { background-color: #06A666; }
a { background-color: rgb(6,166,102); }
div.DivClassName
{
background-color: #06A666;
}
.BgClassName
{
background-color: #06A666;
}
</style>
border-color css
<style>
span { border-color: #06A666; }
span { border-color: rgb(6,166,102); }
td.TdClassName
{
border-color: #06A666;
}
.TagClassName
{
border-color: #06A666;
}
</style>