Shades of Jade #06C168
Tints of Jade #06C168
RGB
CMYK
RGB Variations
Color information
#06C168 (or 0x06C168) is known color: Jade. HEX triplet: 06, C1 and 68. RGB value is (6,193,104). Sum of RGB (Red+Green+Blue) = 6+193+104=303 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.98% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #06C168 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C168 is #F93E97. Grayscale: #7F7F7F. Windows color (decimal): -16334488 or 6865158. OLE color: 6865158.
HSL color Cylindrical-coordinate representation of color #06C168: hue angle of 151.44º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06C168 is Cyan = 0.97, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 104 | - |
| CMYK | 0.97 | 0 | 0.46 | 0.24 |
| HSL | 151.44º | 0.94% | 0.39% | - |
| HSV(B) | 151.44º | 0.97% | 0.76% | - |
| XYZ | 21.64 | 39.18 | 19.52 | - |
| YUV | 126.94 | 115.05 | 41.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 104 | 0.97 | 0 | 0.46 | 0.24 | 151.44 | 0.94 | 0.39 |
| Hex | 6 | C1 | 68 | 61 | 0 | 2E | 18 | 97 | 5E | 27 |
| Octal | 6 | 301 | 150 | 141 | 0 | 56 | 30 | 227 | 136 | 47 |
| Binary | 110 | 11000001 | 1101000 | 1100001 | 0 | 101110 | 11000 | 10010111 | 1011110 | 100111 |
Color Harmonies of #06C168
Complementary color
Monochromatic Colors of #06C168
Black with #06C168
Text Example
Text Example
White with #06C168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C168; }
p { color: rgb(6,193,104); }
H1.HeaderClassName
{
color: #06C168;
}
.AnyTagClassName
{
color: #06C168;
}
</style>
background-color css
<style>
a { background-color: #06C168; }
a { background-color: rgb(6,193,104); }
div.DivClassName
{
background-color: #06C168;
}
.BgClassName
{
background-color: #06C168;
}
</style>
border-color css
<style>
span { border-color: #06C168; }
span { border-color: rgb(6,193,104); }
td.TdClassName
{
border-color: #06C168;
}
.TagClassName
{
border-color: #06C168;
}
</style>