Shades of Jade #06A06B
Tints of Jade #06A06B
RGB
CMYK
RGB Variations
Color information
#06A06B (or 0x06A06B) is known color: Jade. HEX triplet: 06, A0 and 6B. RGB value is (6,160,107). Sum of RGB (Red+Green+Blue) = 6+160+107=273 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.20% from 273); Green value is 160 (62.89% from 255 or 58.61% from 273); Blue value is 107 (42.19% from 255 or 39.19% from 273); Max value from RGB is 160 - color contains mainly: green. Hex color #06A06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A06B is #F95F94. Grayscale: #6B6B6B. Windows color (decimal): -16342933 or 7053318. OLE color: 7053318.
HSL color Cylindrical-coordinate representation of color #06A06B: hue angle of 159.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A06B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 6 | 160 | 107 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.37 |
| HSL | 159.35º | 0.93% | 0.33% | - |
| HSV(B) | 159.35º | 0.96% | 0.63% | - |
| XYZ | 15.3 | 26.24 | 18.17 | - |
| YUV | 107.91 | 127.48 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 160 | 107 | 0.96 | 0 | 0.33 | 0.37 | 159.35 | 0.93 | 0.33 |
| Hex | 6 | A0 | 6B | 60 | 0 | 21 | 25 | 9F | 5D | 21 |
| Octal | 6 | 240 | 153 | 140 | 0 | 41 | 45 | 237 | 135 | 41 |
| Binary | 110 | 10100000 | 1101011 | 1100000 | 0 | 100001 | 100101 | 10011111 | 1011101 | 100001 |
Color Harmonies of #06A06B
Complementary color
Monochromatic Colors of #06A06B
Black with #06A06B
Text Example
Text Example
White with #06A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A06B; }
p { color: rgb(6,160,107); }
H1.HeaderClassName
{
color: #06A06B;
}
.AnyTagClassName
{
color: #06A06B;
}
</style>
background-color css
<style>
a { background-color: #06A06B; }
a { background-color: rgb(6,160,107); }
div.DivClassName
{
background-color: #06A06B;
}
.BgClassName
{
background-color: #06A06B;
}
</style>
border-color css
<style>
span { border-color: #06A06B; }
span { border-color: rgb(6,160,107); }
td.TdClassName
{
border-color: #06A06B;
}
.TagClassName
{
border-color: #06A06B;
}
</style>