Shades of Jade #01B764
Tints of Jade #01B764
RGB
CMYK
RGB Variations
Color information
#01B764 (or 0x01B764) is known color: Jade. HEX triplet: 01, B7 and 64. RGB value is (1,183,100). Sum of RGB (Red+Green+Blue) = 1+183+100=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 183 (71.88% from 255 or 64.44% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 183 - color contains mainly: green. Hex color #01B764 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B764 is #FE489B. Grayscale: #777777. Windows color (decimal): -16664732 or 6600449. OLE color: 6600449.
HSL color Cylindrical-coordinate representation of color #01B764: hue angle of 152.64º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01B764 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 100 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.28 |
| HSL | 152.64º | 0.99% | 0.36% | - |
| HSV(B) | 152.64º | 0.99% | 0.72% | - |
| XYZ | 19.25 | 34.79 | 17.76 | - |
| YUV | 119.12 | 117.2 | 43.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 100 | 0.99 | 0 | 0.45 | 0.28 | 152.64 | 0.99 | 0.36 |
| Hex | 1 | B7 | 64 | 63 | 0 | 2D | 1C | 99 | 63 | 24 |
| Octal | 1 | 267 | 144 | 143 | 0 | 55 | 34 | 231 | 143 | 44 |
| Binary | 1 | 10110111 | 1100100 | 1100011 | 0 | 101101 | 11100 | 10011001 | 1100011 | 100100 |
Color Harmonies of #01B764
Complementary color
Monochromatic Colors of #01B764
Black with #01B764
Text Example
Text Example
White with #01B764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B764; }
p { color: rgb(1,183,100); }
H1.HeaderClassName
{
color: #01B764;
}
.AnyTagClassName
{
color: #01B764;
}
</style>
background-color css
<style>
a { background-color: #01B764; }
a { background-color: rgb(1,183,100); }
div.DivClassName
{
background-color: #01B764;
}
.BgClassName
{
background-color: #01B764;
}
</style>
border-color css
<style>
span { border-color: #01B764; }
span { border-color: rgb(1,183,100); }
td.TdClassName
{
border-color: #01B764;
}
.TagClassName
{
border-color: #01B764;
}
</style>