Shades of Jade #07BA74
Tints of Jade #07BA74
RGB
CMYK
RGB Variations
Color information
#07BA74 (or 0x07BA74) is known color: Jade. HEX triplet: 07, BA and 74. RGB value is (7,186,116). Sum of RGB (Red+Green+Blue) = 7+186+116=309 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #07BA74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BA74 is #F8458B. Grayscale: #7C7C7C. Windows color (decimal): -16270732 or 7649799. OLE color: 7649799.
HSL color Cylindrical-coordinate representation of color #07BA74: hue angle of 156.54º 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 #07BA74 is Cyan = 0.96, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 186 | 116 | - |
| CMYK | 0.96 | 0 | 0.38 | 0.27 |
| HSL | 156.54º | 0.93% | 0.38% | - |
| HSV(B) | 156.54º | 0.96% | 0.73% | - |
| XYZ | 20.8 | 36.42 | 22.46 | - |
| YUV | 124.5 | 123.2 | 44.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 116 | 0.96 | 0 | 0.38 | 0.27 | 156.54 | 0.93 | 0.38 |
| Hex | 7 | BA | 74 | 60 | 0 | 26 | 1B | 9D | 5D | 26 |
| Octal | 7 | 272 | 164 | 140 | 0 | 46 | 33 | 235 | 135 | 46 |
| Binary | 111 | 10111010 | 1110100 | 1100000 | 0 | 100110 | 11011 | 10011101 | 1011101 | 100110 |
Color Harmonies of #07BA74
Complementary color
Monochromatic Colors of #07BA74
Black with #07BA74
Text Example
Text Example
White with #07BA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BA74; }
p { color: rgb(7,186,116); }
H1.HeaderClassName
{
color: #07BA74;
}
.AnyTagClassName
{
color: #07BA74;
}
</style>
background-color css
<style>
a { background-color: #07BA74; }
a { background-color: rgb(7,186,116); }
div.DivClassName
{
background-color: #07BA74;
}
.BgClassName
{
background-color: #07BA74;
}
</style>
border-color css
<style>
span { border-color: #07BA74; }
span { border-color: rgb(7,186,116); }
td.TdClassName
{
border-color: #07BA74;
}
.TagClassName
{
border-color: #07BA74;
}
</style>