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