Shades of Jade #07BC73
Tints of Jade #07BC73
RGB
CMYK
RGB Variations
Color information
#07BC73 (or 0x07BC73) is known color: Jade. HEX triplet: 07, BC and 73. RGB value is (7,188,115). Sum of RGB (Red+Green+Blue) = 7+188+115=310 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.26% from 310); Green value is 188 (73.83% from 255 or 60.65% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 188 - color contains mainly: green. Hex color #07BC73 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07BC73 is #F8438C. Grayscale: #7D7D7D. Windows color (decimal): -16270221 or 7584775. OLE color: 7584775.
HSL color Cylindrical-coordinate representation of color #07BC73: hue angle of 155.8º 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 #07BC73 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 115 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.26 |
| HSL | 155.8º | 0.93% | 0.38% | - |
| HSV(B) | 155.8º | 0.96% | 0.74% | - |
| XYZ | 21.17 | 37.25 | 22.29 | - |
| YUV | 125.56 | 122.03 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 115 | 0.96 | 0 | 0.39 | 0.26 | 155.8 | 0.93 | 0.38 |
| Hex | 7 | BC | 73 | 60 | 0 | 27 | 1A | 9C | 5D | 26 |
| Octal | 7 | 274 | 163 | 140 | 0 | 47 | 32 | 234 | 135 | 46 |
| Binary | 111 | 10111100 | 1110011 | 1100000 | 0 | 100111 | 11010 | 10011100 | 1011101 | 100110 |
Color Harmonies of #07BC73
Complementary color
Monochromatic Colors of #07BC73
Black with #07BC73
Text Example
Text Example
White with #07BC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BC73; }
p { color: rgb(7,188,115); }
H1.HeaderClassName
{
color: #07BC73;
}
.AnyTagClassName
{
color: #07BC73;
}
</style>
background-color css
<style>
a { background-color: #07BC73; }
a { background-color: rgb(7,188,115); }
div.DivClassName
{
background-color: #07BC73;
}
.BgClassName
{
background-color: #07BC73;
}
</style>
border-color css
<style>
span { border-color: #07BC73; }
span { border-color: rgb(7,188,115); }
td.TdClassName
{
border-color: #07BC73;
}
.TagClassName
{
border-color: #07BC73;
}
</style>