Shades of Jade #07BA67
Tints of Jade #07BA67
RGB
CMYK
RGB Variations
Color information
#07BA67 (or 0x07BA67) is known color: Jade. HEX triplet: 07, BA and 67. RGB value is (7,186,103). Sum of RGB (Red+Green+Blue) = 7+186+103=296 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.36% from 296); Green value is 186 (73.05% from 255 or 62.84% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA67 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA67 is #F84598. Grayscale: #7B7B7B. Windows color (decimal): -16270745 or 6797831. OLE color: 6797831.
HSL color Cylindrical-coordinate representation of color #07BA67: hue angle of 152.18º 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 #07BA67 is Cyan = 0.96, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 103 | - |
| CMYK | 0.96 | 0 | 0.45 | 0.27 |
| HSL | 152.18º | 0.93% | 0.38% | - |
| HSV(B) | 152.18º | 0.96% | 0.73% | - |
| XYZ | 20.09 | 36.14 | 18.75 | - |
| YUV | 123.02 | 116.7 | 45.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 103 | 0.96 | 0 | 0.45 | 0.27 | 152.18 | 0.93 | 0.38 |
| Hex | 7 | BA | 67 | 60 | 0 | 2D | 1B | 98 | 5D | 26 |
| Octal | 7 | 272 | 147 | 140 | 0 | 55 | 33 | 230 | 135 | 46 |
| Binary | 111 | 10111010 | 1100111 | 1100000 | 0 | 101101 | 11011 | 10011000 | 1011101 | 100110 |
Color Harmonies of #07BA67
Complementary color
Monochromatic Colors of #07BA67
Black with #07BA67
Text Example
Text Example
White with #07BA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA67; }
p { color: rgb(7,186,103); }
H1.HeaderClassName
{
color: #07BA67;
}
.AnyTagClassName
{
color: #07BA67;
}
</style>
background-color css
<style>
a { background-color: #07BA67; }
a { background-color: rgb(7,186,103); }
div.DivClassName
{
background-color: #07BA67;
}
.BgClassName
{
background-color: #07BA67;
}
</style>
border-color css
<style>
span { border-color: #07BA67; }
span { border-color: rgb(7,186,103); }
td.TdClassName
{
border-color: #07BA67;
}
.TagClassName
{
border-color: #07BA67;
}
</style>