Shades of Jade #07BA76
Tints of Jade #07BA76
RGB
CMYK
RGB Variations
Color information
#07BA76 (or 0x07BA76) is known color: Jade. HEX triplet: 07, BA and 76. RGB value is (7,186,118). Sum of RGB (Red+Green+Blue) = 7+186+118=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 186 (73.05% from 255 or 59.81% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA76 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA76 is #F84589. Grayscale: #7C7C7C. Windows color (decimal): -16270730 or 7780871. OLE color: 7780871.
HSL color Cylindrical-coordinate representation of color #07BA76: hue angle of 157.21º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BA76 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 118 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.27 |
| HSL | 157.21º | 0.93% | 0.38% | - |
| HSV(B) | 157.21º | 0.96% | 0.73% | - |
| XYZ | 20.92 | 36.47 | 23.08 | - |
| YUV | 124.73 | 124.2 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 118 | 0.96 | 0 | 0.37 | 0.27 | 157.21 | 0.93 | 0.38 |
| Hex | 7 | BA | 76 | 60 | 0 | 25 | 1B | 9D | 5D | 26 |
| Octal | 7 | 272 | 166 | 140 | 0 | 45 | 33 | 235 | 135 | 46 |
| Binary | 111 | 10111010 | 1110110 | 1100000 | 0 | 100101 | 11011 | 10011101 | 1011101 | 100110 |
Color Harmonies of #07BA76
Complementary color
Monochromatic Colors of #07BA76
Black with #07BA76
Text Example
Text Example
White with #07BA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA76; }
p { color: rgb(7,186,118); }
H1.HeaderClassName
{
color: #07BA76;
}
.AnyTagClassName
{
color: #07BA76;
}
</style>
background-color css
<style>
a { background-color: #07BA76; }
a { background-color: rgb(7,186,118); }
div.DivClassName
{
background-color: #07BA76;
}
.BgClassName
{
background-color: #07BA76;
}
</style>
border-color css
<style>
span { border-color: #07BA76; }
span { border-color: rgb(7,186,118); }
td.TdClassName
{
border-color: #07BA76;
}
.TagClassName
{
border-color: #07BA76;
}
</style>