Shades of Jade #00B76E
Tints of Jade #00B76E
RGB
CMYK
RGB Variations
Color information
#00B76E (or 0x00B76E) is known color: Jade. HEX triplet: 00, B7 and 6E. RGB value is (0,183,110). Sum of RGB (Red+Green+Blue) = 0+183+110=293 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 293); Green value is 183 (71.88% from 255 or 62.46% from 293); Blue value is 110 (43.36% from 255 or 37.54% from 293); Max value from RGB is 183 - color contains mainly: green. Hex color #00B76E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B76E is #FF4891. Grayscale: #787878. Windows color (decimal): -16730258 or 7255808. OLE color: 7255808.
HSL color Cylindrical-coordinate representation of color #00B76E: hue angle of 156.07º 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 #00B76E is Cyan = 1, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 183 | 110 | - |
| CMYK | 1 | 0 | 0.40 | 0.28 |
| HSL | 156.07º | 1% | 0.36% | - |
| HSV(B) | 156.07º | 1% | 0.72% | - |
| XYZ | 19.75 | 34.99 | 20.47 | - |
| YUV | 119.96 | 122.37 | 42.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 183 | 110 | 1 | 0 | 0.40 | 0.28 | 156.07 | 1 | 0.36 |
| Hex | 0 | B7 | 6E | 64 | 0 | 28 | 1C | 9C | 64 | 24 |
| Octal | 0 | 267 | 156 | 144 | 0 | 50 | 34 | 234 | 144 | 44 |
| Binary | 0 | 10110111 | 1101110 | 1100100 | 0 | 101000 | 11100 | 10011100 | 1100100 | 100100 |
Color Harmonies of #00B76E
Complementary color
Monochromatic Colors of #00B76E
Black with #00B76E
Text Example
Text Example
White with #00B76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B76E; }
p { color: rgb(0,183,110); }
H1.HeaderClassName
{
color: #00B76E;
}
.AnyTagClassName
{
color: #00B76E;
}
</style>
background-color css
<style>
a { background-color: #00B76E; }
a { background-color: rgb(0,183,110); }
div.DivClassName
{
background-color: #00B76E;
}
.BgClassName
{
background-color: #00B76E;
}
</style>
border-color css
<style>
span { border-color: #00B76E; }
span { border-color: rgb(0,183,110); }
td.TdClassName
{
border-color: #00B76E;
}
.TagClassName
{
border-color: #00B76E;
}
</style>