Shades of Jade #00B579
Tints of Jade #00B579
RGB
CMYK
RGB Variations
Color information
#00B579 (or 0x00B579) is known color: Jade. HEX triplet: 00, B5 and 79. RGB value is (0,181,121). Sum of RGB (Red+Green+Blue) = 0+181+121=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 181 (71.09% from 255 or 59.93% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 181 - color contains mainly: green. Hex color #00B579 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00B579 is #FF4A86. Grayscale: #787878. Windows color (decimal): -16730759 or 7976192. OLE color: 7976192.
HSL color Cylindrical-coordinate representation of color #00B579: hue angle of 160.11º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B579 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 181 | 121 | - |
| CMYK | 1 | 0 | 0.33 | 0.29 |
| HSL | 160.11º | 1% | 0.35% | - |
| HSV(B) | 160.11º | 1% | 0.71% | - |
| XYZ | 19.98 | 34.43 | 23.68 | - |
| YUV | 120.04 | 128.53 | 42.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 181 | 121 | 1 | 0 | 0.33 | 0.29 | 160.11 | 1 | 0.35 |
| Hex | 0 | B5 | 79 | 64 | 0 | 21 | 1D | A0 | 64 | 23 |
| Octal | 0 | 265 | 171 | 144 | 0 | 41 | 35 | 240 | 144 | 43 |
| Binary | 0 | 10110101 | 1111001 | 1100100 | 0 | 100001 | 11101 | 10100000 | 1100100 | 100011 |
Color Harmonies of #00B579
Complementary color
Monochromatic Colors of #00B579
Black with #00B579
Text Example
Text Example
White with #00B579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B579; }
p { color: rgb(0,181,121); }
H1.HeaderClassName
{
color: #00B579;
}
.AnyTagClassName
{
color: #00B579;
}
</style>
background-color css
<style>
a { background-color: #00B579; }
a { background-color: rgb(0,181,121); }
div.DivClassName
{
background-color: #00B579;
}
.BgClassName
{
background-color: #00B579;
}
</style>
border-color css
<style>
span { border-color: #00B579; }
span { border-color: rgb(0,181,121); }
td.TdClassName
{
border-color: #00B579;
}
.TagClassName
{
border-color: #00B579;
}
</style>