Shades of Jade #06C165
Tints of Jade #06C165
RGB
CMYK
RGB Variations
Color information
#06C165 (or 0x06C165) is known color: Jade. HEX triplet: 06, C1 and 65. RGB value is (6,193,101). Sum of RGB (Red+Green+Blue) = 6+193+101=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #06C165 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C165 is #F93E9A. Grayscale: #7E7E7E. Windows color (decimal): -16334491 or 6668550. OLE color: 6668550.
HSL color Cylindrical-coordinate representation of color #06C165: hue angle of 150.48º 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 #06C165 is Cyan = 0.97, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 193 | 101 | - |
| CMYK | 0.97 | 0 | 0.48 | 0.24 |
| HSL | 150.48º | 0.94% | 0.39% | - |
| HSV(B) | 150.48º | 0.97% | 0.76% | - |
| XYZ | 21.49 | 39.12 | 18.73 | - |
| YUV | 126.6 | 113.55 | 41.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 193 | 101 | 0.97 | 0 | 0.48 | 0.24 | 150.48 | 0.94 | 0.39 |
| Hex | 6 | C1 | 65 | 61 | 0 | 30 | 18 | 96 | 5E | 27 |
| Octal | 6 | 301 | 145 | 141 | 0 | 60 | 30 | 226 | 136 | 47 |
| Binary | 110 | 11000001 | 1100101 | 1100001 | 0 | 110000 | 11000 | 10010110 | 1011110 | 100111 |
Color Harmonies of #06C165
Complementary color
Monochromatic Colors of #06C165
Black with #06C165
Text Example
Text Example
White with #06C165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C165; }
p { color: rgb(6,193,101); }
H1.HeaderClassName
{
color: #06C165;
}
.AnyTagClassName
{
color: #06C165;
}
</style>
background-color css
<style>
a { background-color: #06C165; }
a { background-color: rgb(6,193,101); }
div.DivClassName
{
background-color: #06C165;
}
.BgClassName
{
background-color: #06C165;
}
</style>
border-color css
<style>
span { border-color: #06C165; }
span { border-color: rgb(6,193,101); }
td.TdClassName
{
border-color: #06C165;
}
.TagClassName
{
border-color: #06C165;
}
</style>