Shades of Jade #06CB73
Tints of Jade #06CB73
RGB
CMYK
RGB Variations
Color information
#06CB73 (or 0x06CB73) is known color: Jade. HEX triplet: 06, CB and 73. RGB value is (6,203,115). Sum of RGB (Red+Green+Blue) = 6+203+115=324 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.85% from 324); Green value is 203 (79.69% from 255 or 62.65% from 324); Blue value is 115 (45.31% from 255 or 35.49% from 324); Max value from RGB is 203 - color contains mainly: green. Hex color #06CB73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CB73 is #F9348C. Grayscale: #868686. Windows color (decimal): -16331917 or 7588614. OLE color: 7588614.
HSL color Cylindrical-coordinate representation of color #06CB73: hue angle of 153.2º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CB73 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 6 | 203 | 115 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.20 |
| HSL | 153.2º | 0.94% | 0.41% | - |
| HSV(B) | 153.2º | 0.97% | 0.8% | - |
| XYZ | 24.53 | 43.99 | 23.42 | - |
| YUV | 134.07 | 117.23 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 203 | 115 | 0.97 | 0 | 0.43 | 0.20 | 153.2 | 0.94 | 0.41 |
| Hex | 6 | CB | 73 | 61 | 0 | 2B | 14 | 99 | 5E | 29 |
| Octal | 6 | 313 | 163 | 141 | 0 | 53 | 24 | 231 | 136 | 51 |
| Binary | 110 | 11001011 | 1110011 | 1100001 | 0 | 101011 | 10100 | 10011001 | 1011110 | 101001 |
Color Harmonies of #06CB73
Complementary color
Monochromatic Colors of #06CB73
Black with #06CB73
Text Example
Text Example
White with #06CB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06CB73; }
p { color: rgb(6,203,115); }
H1.HeaderClassName
{
color: #06CB73;
}
.AnyTagClassName
{
color: #06CB73;
}
</style>
background-color css
<style>
a { background-color: #06CB73; }
a { background-color: rgb(6,203,115); }
div.DivClassName
{
background-color: #06CB73;
}
.BgClassName
{
background-color: #06CB73;
}
</style>
border-color css
<style>
span { border-color: #06CB73; }
span { border-color: rgb(6,203,115); }
td.TdClassName
{
border-color: #06CB73;
}
.TagClassName
{
border-color: #06CB73;
}
</style>