Shades of Jade #07BD72
Tints of Jade #07BD72
RGB
CMYK
RGB Variations
Color information
#07BD72 (or 0x07BD72) is known color: Jade. HEX triplet: 07, BD and 72. RGB value is (7,189,114). Sum of RGB (Red+Green+Blue) = 7+189+114=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #07BD72 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BD72 is #F8428D. Grayscale: #7E7E7E. Windows color (decimal): -16269966 or 7519495. OLE color: 7519495.
HSL color Cylindrical-coordinate representation of color #07BD72: hue angle of 155.27º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BD72 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 114 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.26 |
| HSL | 155.27º | 0.93% | 0.38% | - |
| HSV(B) | 155.27º | 0.96% | 0.74% | - |
| XYZ | 21.32 | 37.66 | 22.06 | - |
| YUV | 126.03 | 121.2 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 114 | 0.96 | 0 | 0.40 | 0.26 | 155.27 | 0.93 | 0.38 |
| Hex | 7 | BD | 72 | 60 | 0 | 28 | 1A | 9B | 5D | 26 |
| Octal | 7 | 275 | 162 | 140 | 0 | 50 | 32 | 233 | 135 | 46 |
| Binary | 111 | 10111101 | 1110010 | 1100000 | 0 | 101000 | 11010 | 10011011 | 1011101 | 100110 |
Color Harmonies of #07BD72
Complementary color
Monochromatic Colors of #07BD72
Black with #07BD72
Text Example
Text Example
White with #07BD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BD72; }
p { color: rgb(7,189,114); }
H1.HeaderClassName
{
color: #07BD72;
}
.AnyTagClassName
{
color: #07BD72;
}
</style>
background-color css
<style>
a { background-color: #07BD72; }
a { background-color: rgb(7,189,114); }
div.DivClassName
{
background-color: #07BD72;
}
.BgClassName
{
background-color: #07BD72;
}
</style>
border-color css
<style>
span { border-color: #07BD72; }
span { border-color: rgb(7,189,114); }
td.TdClassName
{
border-color: #07BD72;
}
.TagClassName
{
border-color: #07BD72;
}
</style>