Shades of Jade #06B86B
Tints of Jade #06B86B
RGB
CMYK
RGB Variations
Color information
#06B86B (or 0x06B86B) is known color: Jade. HEX triplet: 06, B8 and 6B. RGB value is (6,184,107). Sum of RGB (Red+Green+Blue) = 6+184+107=297 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.02% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #06B86B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B86B is #F94794. Grayscale: #7A7A7A. Windows color (decimal): -16336789 or 7059462. OLE color: 7059462.
HSL color Cylindrical-coordinate representation of color #06B86B: hue angle of 154.04º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B86B is Cyan = 0.97, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 107 | - |
| CMYK | 0.97 | 0 | 0.42 | 0.28 |
| HSL | 154.04º | 0.94% | 0.37% | - |
| HSV(B) | 154.04º | 0.97% | 0.72% | - |
| XYZ | 19.87 | 35.38 | 19.69 | - |
| YUV | 122 | 119.53 | 45.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 107 | 0.97 | 0 | 0.42 | 0.28 | 154.04 | 0.94 | 0.37 |
| Hex | 6 | B8 | 6B | 61 | 0 | 2A | 1C | 9A | 5E | 25 |
| Octal | 6 | 270 | 153 | 141 | 0 | 52 | 34 | 232 | 136 | 45 |
| Binary | 110 | 10111000 | 1101011 | 1100001 | 0 | 101010 | 11100 | 10011010 | 1011110 | 100101 |
Color Harmonies of #06B86B
Complementary color
Monochromatic Colors of #06B86B
Black with #06B86B
Text Example
Text Example
White with #06B86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B86B; }
p { color: rgb(6,184,107); }
H1.HeaderClassName
{
color: #06B86B;
}
.AnyTagClassName
{
color: #06B86B;
}
</style>
background-color css
<style>
a { background-color: #06B86B; }
a { background-color: rgb(6,184,107); }
div.DivClassName
{
background-color: #06B86B;
}
.BgClassName
{
background-color: #06B86B;
}
</style>
border-color css
<style>
span { border-color: #06B86B; }
span { border-color: rgb(6,184,107); }
td.TdClassName
{
border-color: #06B86B;
}
.TagClassName
{
border-color: #06B86B;
}
</style>