Shades of Jade #01B67C
Tints of Jade #01B67C
RGB
CMYK
RGB Variations
Color information
#01B67C (or 0x01B67C) is known color: Jade. HEX triplet: 01, B6 and 7C. RGB value is (1,182,124). Sum of RGB (Red+Green+Blue) = 1+182+124=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #01B67C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B67C is #FE4983. Grayscale: #797979. Windows color (decimal): -16664964 or 8173057. OLE color: 8173057.
HSL color Cylindrical-coordinate representation of color #01B67C: hue angle of 160.77º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B67C is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 182 | 124 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.29 |
| HSL | 160.77º | 0.99% | 0.36% | - |
| HSV(B) | 160.77º | 0.99% | 0.71% | - |
| XYZ | 20.38 | 34.92 | 24.73 | - |
| YUV | 121.27 | 129.53 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 182 | 124 | 0.99 | 0 | 0.32 | 0.29 | 160.77 | 0.99 | 0.36 |
| Hex | 1 | B6 | 7C | 63 | 0 | 20 | 1D | A1 | 63 | 24 |
| Octal | 1 | 266 | 174 | 143 | 0 | 40 | 35 | 241 | 143 | 44 |
| Binary | 1 | 10110110 | 1111100 | 1100011 | 0 | 100000 | 11101 | 10100001 | 1100011 | 100100 |
Color Harmonies of #01B67C
Complementary color
Monochromatic Colors of #01B67C
Black with #01B67C
Text Example
Text Example
White with #01B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B67C; }
p { color: rgb(1,182,124); }
H1.HeaderClassName
{
color: #01B67C;
}
.AnyTagClassName
{
color: #01B67C;
}
</style>
background-color css
<style>
a { background-color: #01B67C; }
a { background-color: rgb(1,182,124); }
div.DivClassName
{
background-color: #01B67C;
}
.BgClassName
{
background-color: #01B67C;
}
</style>
border-color css
<style>
span { border-color: #01B67C; }
span { border-color: rgb(1,182,124); }
td.TdClassName
{
border-color: #01B67C;
}
.TagClassName
{
border-color: #01B67C;
}
</style>