Shades of Jade #07BA64
Tints of Jade #07BA64
RGB
CMYK
RGB Variations
Color information
#07BA64 (or 0x07BA64) is known color: Jade. HEX triplet: 07, BA and 64. RGB value is (7,186,100). Sum of RGB (Red+Green+Blue) = 7+186+100=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA64 is #F8459B. Grayscale: #7A7A7A. Windows color (decimal): -16270748 or 6601223. OLE color: 6601223.
HSL color Cylindrical-coordinate representation of color #07BA64: hue angle of 151.17º 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 #07BA64 is Cyan = 0.96, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 100 | - |
| CMYK | 0.96 | 0 | 0.46 | 0.27 |
| HSL | 151.17º | 0.93% | 0.38% | - |
| HSV(B) | 151.17º | 0.96% | 0.73% | - |
| XYZ | 19.95 | 36.08 | 17.97 | - |
| YUV | 122.68 | 115.2 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 100 | 0.96 | 0 | 0.46 | 0.27 | 151.17 | 0.93 | 0.38 |
| Hex | 7 | BA | 64 | 60 | 0 | 2E | 1B | 97 | 5D | 26 |
| Octal | 7 | 272 | 144 | 140 | 0 | 56 | 33 | 227 | 135 | 46 |
| Binary | 111 | 10111010 | 1100100 | 1100000 | 0 | 101110 | 11011 | 10010111 | 1011101 | 100110 |
Color Harmonies of #07BA64
Complementary color
Monochromatic Colors of #07BA64
Black with #07BA64
Text Example
Text Example
White with #07BA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA64; }
p { color: rgb(7,186,100); }
H1.HeaderClassName
{
color: #07BA64;
}
.AnyTagClassName
{
color: #07BA64;
}
</style>
background-color css
<style>
a { background-color: #07BA64; }
a { background-color: rgb(7,186,100); }
div.DivClassName
{
background-color: #07BA64;
}
.BgClassName
{
background-color: #07BA64;
}
</style>
border-color css
<style>
span { border-color: #07BA64; }
span { border-color: rgb(7,186,100); }
td.TdClassName
{
border-color: #07BA64;
}
.TagClassName
{
border-color: #07BA64;
}
</style>