Shades of Jade #06C569
Tints of Jade #06C569
RGB
CMYK
RGB Variations
Color information
#06C569 (or 0x06C569) is known color: Jade. HEX triplet: 06, C5 and 69. RGB value is (6,197,105). Sum of RGB (Red+Green+Blue) = 6+197+105=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 197 (77.34% from 255 or 63.96% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 197 - color contains mainly: green. Hex color #06C569 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C569 is #F93A96. Grayscale: #818181. Windows color (decimal): -16333463 or 6931718. OLE color: 6931718.
HSL color Cylindrical-coordinate representation of color #06C569: hue angle of 151.1º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C569 is Cyan = 0.97, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 6 | 197 | 105 | - |
| CMYK | 0.97 | 0 | 0.47 | 0.23 |
| HSL | 151.1º | 0.94% | 0.4% | - |
| HSV(B) | 151.1º | 0.97% | 0.77% | - |
| XYZ | 22.59 | 40.99 | 20.09 | - |
| YUV | 129.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 197 | 105 | 0.97 | 0 | 0.47 | 0.23 | 151.1 | 0.94 | 0.4 |
| Hex | 6 | C5 | 69 | 61 | 0 | 2F | 17 | 97 | 5E | 28 |
| Octal | 6 | 305 | 151 | 141 | 0 | 57 | 27 | 227 | 136 | 50 |
| Binary | 110 | 11000101 | 1101001 | 1100001 | 0 | 101111 | 10111 | 10010111 | 1011110 | 101000 |
Color Harmonies of #06C569
Complementary color
Monochromatic Colors of #06C569
Black with #06C569
Text Example
Text Example
White with #06C569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C569; }
p { color: rgb(6,197,105); }
H1.HeaderClassName
{
color: #06C569;
}
.AnyTagClassName
{
color: #06C569;
}
</style>
background-color css
<style>
a { background-color: #06C569; }
a { background-color: rgb(6,197,105); }
div.DivClassName
{
background-color: #06C569;
}
.BgClassName
{
background-color: #06C569;
}
</style>
border-color css
<style>
span { border-color: #06C569; }
span { border-color: rgb(6,197,105); }
td.TdClassName
{
border-color: #06C569;
}
.TagClassName
{
border-color: #06C569;
}
</style>