Shades of Jade #06B86C
Tints of Jade #06B86C
RGB
CMYK
RGB Variations
Color information
#06B86C (or 0x06B86C) is known color: Jade. HEX triplet: 06, B8 and 6C. RGB value is (6,184,108). Sum of RGB (Red+Green+Blue) = 6+184+108=298 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2.01% from 298); Green value is 184 (72.27% from 255 or 61.74% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 184 - color contains mainly: green. Hex color #06B86C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B86C is #F94793. Grayscale: #7A7A7A. Windows color (decimal): -16336788 or 7124998. OLE color: 7124998.
HSL color Cylindrical-coordinate representation of color #06B86C: hue angle of 154.38º 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 #06B86C is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 184 | 108 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.28 |
| HSL | 154.38º | 0.94% | 0.37% | - |
| HSV(B) | 154.38º | 0.97% | 0.72% | - |
| XYZ | 19.92 | 35.4 | 19.97 | - |
| YUV | 122.11 | 120.03 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 184 | 108 | 0.97 | 0 | 0.41 | 0.28 | 154.38 | 0.94 | 0.37 |
| Hex | 6 | B8 | 6C | 61 | 0 | 29 | 1C | 9A | 5E | 25 |
| Octal | 6 | 270 | 154 | 141 | 0 | 51 | 34 | 232 | 136 | 45 |
| Binary | 110 | 10111000 | 1101100 | 1100001 | 0 | 101001 | 11100 | 10011010 | 1011110 | 100101 |
Color Harmonies of #06B86C
Complementary color
Monochromatic Colors of #06B86C
Black with #06B86C
Text Example
Text Example
White with #06B86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B86C; }
p { color: rgb(6,184,108); }
H1.HeaderClassName
{
color: #06B86C;
}
.AnyTagClassName
{
color: #06B86C;
}
</style>
background-color css
<style>
a { background-color: #06B86C; }
a { background-color: rgb(6,184,108); }
div.DivClassName
{
background-color: #06B86C;
}
.BgClassName
{
background-color: #06B86C;
}
</style>
border-color css
<style>
span { border-color: #06B86C; }
span { border-color: rgb(6,184,108); }
td.TdClassName
{
border-color: #06B86C;
}
.TagClassName
{
border-color: #06B86C;
}
</style>