Shades of Jade #06C36B
Tints of Jade #06C36B
RGB
CMYK
RGB Variations
Color information
#06C36B (or 0x06C36B) is known color: Jade. HEX triplet: 06, C3 and 6B. RGB value is (6,195,107). Sum of RGB (Red+Green+Blue) = 6+195+107=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 195 (76.56% from 255 or 63.31% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 195 - color contains mainly: green. Hex color #06C36B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06C36B is #F93C94. Grayscale: #808080. Windows color (decimal): -16333973 or 7062278. OLE color: 7062278.
HSL color Cylindrical-coordinate representation of color #06C36B: hue angle of 152.06º 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 #06C36B is Cyan = 0.97, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 6 | 195 | 107 | - |
| CMYK | 0.97 | 0 | 0.45 | 0.24 |
| HSL | 152.06º | 0.94% | 0.39% | - |
| HSV(B) | 152.06º | 0.97% | 0.76% | - |
| XYZ | 22.24 | 40.13 | 20.48 | - |
| YUV | 128.46 | 115.88 | 40.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 195 | 107 | 0.97 | 0 | 0.45 | 0.24 | 152.06 | 0.94 | 0.39 |
| Hex | 6 | C3 | 6B | 61 | 0 | 2D | 18 | 98 | 5E | 27 |
| Octal | 6 | 303 | 153 | 141 | 0 | 55 | 30 | 230 | 136 | 47 |
| Binary | 110 | 11000011 | 1101011 | 1100001 | 0 | 101101 | 11000 | 10011000 | 1011110 | 100111 |
Color Harmonies of #06C36B
Complementary color
Monochromatic Colors of #06C36B
Black with #06C36B
Text Example
Text Example
White with #06C36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06C36B; }
p { color: rgb(6,195,107); }
H1.HeaderClassName
{
color: #06C36B;
}
.AnyTagClassName
{
color: #06C36B;
}
</style>
background-color css
<style>
a { background-color: #06C36B; }
a { background-color: rgb(6,195,107); }
div.DivClassName
{
background-color: #06C36B;
}
.BgClassName
{
background-color: #06C36B;
}
</style>
border-color css
<style>
span { border-color: #06C36B; }
span { border-color: rgb(6,195,107); }
td.TdClassName
{
border-color: #06C36B;
}
.TagClassName
{
border-color: #06C36B;
}
</style>