Shades of Jade #06B373
Tints of Jade #06B373
RGB
CMYK
RGB Variations
Color information
#06B373 (or 0x06B373) is known color: Jade. HEX triplet: 06, B3 and 73. RGB value is (6,179,115). Sum of RGB (Red+Green+Blue) = 6+179+115=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #06B373 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06B373 is #F94C8C. Grayscale: #787878. Windows color (decimal): -16338061 or 7582470. OLE color: 7582470.
HSL color Cylindrical-coordinate representation of color #06B373: hue angle of 157.8º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06B373 is Cyan = 0.97, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 6 | 179 | 115 | - |
| CMYK | 0.97 | 0 | 0.36 | 0.30 |
| HSL | 157.8º | 0.94% | 0.36% | - |
| HSV(B) | 157.8º | 0.97% | 0.7% | - |
| XYZ | 19.29 | 33.52 | 21.67 | - |
| YUV | 119.98 | 125.19 | 46.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 179 | 115 | 0.97 | 0 | 0.36 | 0.30 | 157.8 | 0.94 | 0.36 |
| Hex | 6 | B3 | 73 | 61 | 0 | 24 | 1E | 9E | 5E | 24 |
| Octal | 6 | 263 | 163 | 141 | 0 | 44 | 36 | 236 | 136 | 44 |
| Binary | 110 | 10110011 | 1110011 | 1100001 | 0 | 100100 | 11110 | 10011110 | 1011110 | 100100 |
Color Harmonies of #06B373
Complementary color
Monochromatic Colors of #06B373
Black with #06B373
Text Example
Text Example
White with #06B373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06B373; }
p { color: rgb(6,179,115); }
H1.HeaderClassName
{
color: #06B373;
}
.AnyTagClassName
{
color: #06B373;
}
</style>
background-color css
<style>
a { background-color: #06B373; }
a { background-color: rgb(6,179,115); }
div.DivClassName
{
background-color: #06B373;
}
.BgClassName
{
background-color: #06B373;
}
</style>
border-color css
<style>
span { border-color: #06B373; }
span { border-color: rgb(6,179,115); }
td.TdClassName
{
border-color: #06B373;
}
.TagClassName
{
border-color: #06B373;
}
</style>