Shades of Jade #069E6A
Tints of Jade #069E6A
RGB
CMYK
RGB Variations
Color information
#069E6A (or 0x069E6A) is known color: Jade. HEX triplet: 06, 9E and 6A. RGB value is (6,158,106). Sum of RGB (Red+Green+Blue) = 6+158+106=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #069E6A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #069E6A is #F96195. Grayscale: #6A6A6A. Windows color (decimal): -16343446 or 6987270. OLE color: 6987270.
HSL color Cylindrical-coordinate representation of color #069E6A: hue angle of 159.47º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #069E6A is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 6 | 158 | 106 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.38 |
| HSL | 159.47º | 0.93% | 0.32% | - |
| HSV(B) | 159.47º | 0.96% | 0.62% | - |
| XYZ | 14.9 | 25.53 | 17.78 | - |
| YUV | 106.62 | 127.64 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 158 | 106 | 0.96 | 0 | 0.33 | 0.38 | 159.47 | 0.93 | 0.32 |
| Hex | 6 | 9E | 6A | 60 | 0 | 21 | 26 | 9F | 5D | 20 |
| Octal | 6 | 236 | 152 | 140 | 0 | 41 | 46 | 237 | 135 | 40 |
| Binary | 110 | 10011110 | 1101010 | 1100000 | 0 | 100001 | 100110 | 10011111 | 1011101 | 100000 |
Color Harmonies of #069E6A
Complementary color
Monochromatic Colors of #069E6A
Black with #069E6A
Text Example
Text Example
White with #069E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #069E6A; }
p { color: rgb(6,158,106); }
H1.HeaderClassName
{
color: #069E6A;
}
.AnyTagClassName
{
color: #069E6A;
}
</style>
background-color css
<style>
a { background-color: #069E6A; }
a { background-color: rgb(6,158,106); }
div.DivClassName
{
background-color: #069E6A;
}
.BgClassName
{
background-color: #069E6A;
}
</style>
border-color css
<style>
span { border-color: #069E6A; }
span { border-color: rgb(6,158,106); }
td.TdClassName
{
border-color: #069E6A;
}
.TagClassName
{
border-color: #069E6A;
}
</style>