Shades of Jade #01B77D
Tints of Jade #01B77D
RGB
CMYK
RGB Variations
Color information
#01B77D (or 0x01B77D) is known color: Jade. HEX triplet: 01, B7 and 7D. RGB value is (1,183,125). Sum of RGB (Red+Green+Blue) = 1+183+125=309 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 125 (49.22% from 255 or 40.45% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #01B77D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #01B77D is #FE4882. Grayscale: #7A7A7A. Windows color (decimal): -16664707 or 8238849. OLE color: 8238849.
HSL color Cylindrical-coordinate representation of color #01B77D: hue angle of 160.88º 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 #01B77D is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 183 | 125 | - |
| CMYK | 0.99 | 0 | 0.32 | 0.28 |
| HSL | 160.88º | 0.99% | 0.36% | - |
| HSV(B) | 160.88º | 0.99% | 0.72% | - |
| XYZ | 20.65 | 35.35 | 25.14 | - |
| YUV | 121.97 | 129.7 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 183 | 125 | 0.99 | 0 | 0.32 | 0.28 | 160.88 | 0.99 | 0.36 |
| Hex | 1 | B7 | 7D | 63 | 0 | 20 | 1C | A1 | 63 | 24 |
| Octal | 1 | 267 | 175 | 143 | 0 | 40 | 34 | 241 | 143 | 44 |
| Binary | 1 | 10110111 | 1111101 | 1100011 | 0 | 100000 | 11100 | 10100001 | 1100011 | 100100 |
Color Harmonies of #01B77D
Complementary color
Monochromatic Colors of #01B77D
Black with #01B77D
Text Example
Text Example
White with #01B77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01B77D; }
p { color: rgb(1,183,125); }
H1.HeaderClassName
{
color: #01B77D;
}
.AnyTagClassName
{
color: #01B77D;
}
</style>
background-color css
<style>
a { background-color: #01B77D; }
a { background-color: rgb(1,183,125); }
div.DivClassName
{
background-color: #01B77D;
}
.BgClassName
{
background-color: #01B77D;
}
</style>
border-color css
<style>
span { border-color: #01B77D; }
span { border-color: rgb(1,183,125); }
td.TdClassName
{
border-color: #01B77D;
}
.TagClassName
{
border-color: #01B77D;
}
</style>