Shades of Jade #00B671
Tints of Jade #00B671
RGB
CMYK
RGB Variations
Color information
#00B671 (or 0x00B671) is known color: Jade. HEX triplet: 00, B6 and 71. RGB value is (0,182,113). Sum of RGB (Red+Green+Blue) = 0+182+113=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 182 (71.48% from 255 or 61.69% from 295); Blue value is 113 (44.53% from 255 or 38.31% from 295); Max value from RGB is 182 - color contains mainly: green. Hex color #00B671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B671 is #FF498E. Grayscale: #777777. Windows color (decimal): -16730511 or 7452160. OLE color: 7452160.
HSL color Cylindrical-coordinate representation of color #00B671: hue angle of 157.25º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B671 is Cyan = 1, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 113 | - |
| CMYK | 1 | 0 | 0.38 | 0.29 |
| HSL | 157.25º | 1% | 0.36% | - |
| HSV(B) | 157.25º | 1% | 0.71% | - |
| XYZ | 19.71 | 34.65 | 21.27 | - |
| YUV | 119.72 | 124.2 | 42.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 113 | 1 | 0 | 0.38 | 0.29 | 157.25 | 1 | 0.36 |
| Hex | 0 | B6 | 71 | 64 | 0 | 26 | 1D | 9D | 64 | 24 |
| Octal | 0 | 266 | 161 | 144 | 0 | 46 | 35 | 235 | 144 | 44 |
| Binary | 0 | 10110110 | 1110001 | 1100100 | 0 | 100110 | 11101 | 10011101 | 1100100 | 100100 |
Color Harmonies of #00B671
Complementary color
Monochromatic Colors of #00B671
Black with #00B671
Text Example
Text Example
White with #00B671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B671; }
p { color: rgb(0,182,113); }
H1.HeaderClassName
{
color: #00B671;
}
.AnyTagClassName
{
color: #00B671;
}
</style>
background-color css
<style>
a { background-color: #00B671; }
a { background-color: rgb(0,182,113); }
div.DivClassName
{
background-color: #00B671;
}
.BgClassName
{
background-color: #00B671;
}
</style>
border-color css
<style>
span { border-color: #00B671; }
span { border-color: rgb(0,182,113); }
td.TdClassName
{
border-color: #00B671;
}
.TagClassName
{
border-color: #00B671;
}
</style>