Shades of Jade #00B77C
Tints of Jade #00B77C
RGB
CMYK
RGB Variations
Color information
#00B77C (or 0x00B77C) is known color: Jade. HEX triplet: 00, B7 and 7C. RGB value is (0,183,124). Sum of RGB (Red+Green+Blue) = 0+183+124=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 124 (48.83% from 255 or 40.39% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #00B77C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B77C is #FF4883. Grayscale: #797979. Windows color (decimal): -16730244 or 8173312. OLE color: 8173312.
HSL color Cylindrical-coordinate representation of color #00B77C: hue angle of 160.66º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B77C is Cyan = 1, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 124 | - |
| CMYK | 1 | 0 | 0.32 | 0.28 |
| HSL | 160.66º | 1% | 0.36% | - |
| HSV(B) | 160.66º | 1% | 0.72% | - |
| XYZ | 20.57 | 35.32 | 24.8 | - |
| YUV | 121.56 | 129.37 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 124 | 1 | 0 | 0.32 | 0.28 | 160.66 | 1 | 0.36 |
| Hex | 0 | B7 | 7C | 64 | 0 | 20 | 1C | A1 | 64 | 24 |
| Octal | 0 | 267 | 174 | 144 | 0 | 40 | 34 | 241 | 144 | 44 |
| Binary | 0 | 10110111 | 1111100 | 1100100 | 0 | 100000 | 11100 | 10100001 | 1100100 | 100100 |
Color Harmonies of #00B77C
Complementary color
Monochromatic Colors of #00B77C
Black with #00B77C
Text Example
Text Example
White with #00B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B77C; }
p { color: rgb(0,183,124); }
H1.HeaderClassName
{
color: #00B77C;
}
.AnyTagClassName
{
color: #00B77C;
}
</style>
background-color css
<style>
a { background-color: #00B77C; }
a { background-color: rgb(0,183,124); }
div.DivClassName
{
background-color: #00B77C;
}
.BgClassName
{
background-color: #00B77C;
}
</style>
border-color css
<style>
span { border-color: #00B77C; }
span { border-color: rgb(0,183,124); }
td.TdClassName
{
border-color: #00B77C;
}
.TagClassName
{
border-color: #00B77C;
}
</style>