Shades of Jade #00B77E
Tints of Jade #00B77E
RGB
CMYK
RGB Variations
Color information
#00B77E (or 0x00B77E) is known color: Jade. HEX triplet: 00, B7 and 7E. RGB value is (0,183,126). Sum of RGB (Red+Green+Blue) = 0+183+126=309 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 309); Green value is 183 (71.88% from 255 or 59.22% from 309); Blue value is 126 (49.61% from 255 or 40.78% from 309); Max value from RGB is 183 - color contains mainly: green. Hex color #00B77E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B77E is #FF4881. Grayscale: #797979. Windows color (decimal): -16730242 or 8304384. OLE color: 8304384.
HSL color Cylindrical-coordinate representation of color #00B77E: hue angle of 161.31º 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 #00B77E is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 126 | - |
| CMYK | 1 | 0 | 0.31 | 0.28 |
| HSL | 161.31º | 1% | 0.36% | - |
| HSV(B) | 161.31º | 1% | 0.72% | - |
| XYZ | 20.7 | 35.37 | 25.48 | - |
| YUV | 121.79 | 130.37 | 41.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 126 | 1 | 0 | 0.31 | 0.28 | 161.31 | 1 | 0.36 |
| Hex | 0 | B7 | 7E | 64 | 0 | 1F | 1C | A1 | 64 | 24 |
| Octal | 0 | 267 | 176 | 144 | 0 | 37 | 34 | 241 | 144 | 44 |
| Binary | 0 | 10110111 | 1111110 | 1100100 | 0 | 11111 | 11100 | 10100001 | 1100100 | 100100 |
Color Harmonies of #00B77E
Complementary color
Monochromatic Colors of #00B77E
Black with #00B77E
Text Example
Text Example
White with #00B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B77E; }
p { color: rgb(0,183,126); }
H1.HeaderClassName
{
color: #00B77E;
}
.AnyTagClassName
{
color: #00B77E;
}
</style>
background-color css
<style>
a { background-color: #00B77E; }
a { background-color: rgb(0,183,126); }
div.DivClassName
{
background-color: #00B77E;
}
.BgClassName
{
background-color: #00B77E;
}
</style>
border-color css
<style>
span { border-color: #00B77E; }
span { border-color: rgb(0,183,126); }
td.TdClassName
{
border-color: #00B77E;
}
.TagClassName
{
border-color: #00B77E;
}
</style>