Shades of Jade #06A369
Tints of Jade #06A369
RGB
CMYK
RGB Variations
Color information
#06A369 (or 0x06A369) is known color: Jade. HEX triplet: 06, A3 and 69. RGB value is (6,163,105). Sum of RGB (Red+Green+Blue) = 6+163+105=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 163 (64.06% from 255 or 59.49% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 163 - color contains mainly: green. Hex color #06A369 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06A369 is #F95C96. Grayscale: #6D6D6D. Windows color (decimal): -16342167 or 6923014. OLE color: 6923014.
HSL color Cylindrical-coordinate representation of color #06A369: hue angle of 157.83º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06A369 is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 6 | 163 | 105 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.36 |
| HSL | 157.83º | 0.93% | 0.33% | - |
| HSV(B) | 157.83º | 0.96% | 0.64% | - |
| XYZ | 15.72 | 27.25 | 17.8 | - |
| YUV | 109.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 163 | 105 | 0.96 | 0 | 0.36 | 0.36 | 157.83 | 0.93 | 0.33 |
| Hex | 6 | A3 | 69 | 60 | 0 | 24 | 24 | 9E | 5D | 21 |
| Octal | 6 | 243 | 151 | 140 | 0 | 44 | 44 | 236 | 135 | 41 |
| Binary | 110 | 10100011 | 1101001 | 1100000 | 0 | 100100 | 100100 | 10011110 | 1011101 | 100001 |
Color Harmonies of #06A369
Complementary color
Monochromatic Colors of #06A369
Black with #06A369
Text Example
Text Example
White with #06A369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06A369; }
p { color: rgb(6,163,105); }
H1.HeaderClassName
{
color: #06A369;
}
.AnyTagClassName
{
color: #06A369;
}
</style>
background-color css
<style>
a { background-color: #06A369; }
a { background-color: rgb(6,163,105); }
div.DivClassName
{
background-color: #06A369;
}
.BgClassName
{
background-color: #06A369;
}
</style>
border-color css
<style>
span { border-color: #06A369; }
span { border-color: rgb(6,163,105); }
td.TdClassName
{
border-color: #06A369;
}
.TagClassName
{
border-color: #06A369;
}
</style>