Shades of Jade #07C060
Tints of Jade #07C060
RGB
CMYK
RGB Variations
Color information
#07C060 (or 0x07C060) is known color: Jade. HEX triplet: 07, C0 and 60. RGB value is (7,192,96). Sum of RGB (Red+Green+Blue) = 7+192+96=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #07C060 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C060 is #F83F9F. Grayscale: #7D7D7D. Windows color (decimal): -16269216 or 6340615. OLE color: 6340615.
HSL color Cylindrical-coordinate representation of color #07C060: hue angle of 148.86º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C060 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 192 | 96 | - |
| CMYK | 0.96 | 0 | 0.50 | 0.25 |
| HSL | 148.86º | 0.93% | 0.39% | - |
| HSV(B) | 148.86º | 0.96% | 0.75% | - |
| XYZ | 21.05 | 38.59 | 17.41 | - |
| YUV | 125.74 | 111.21 | 43.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 192 | 96 | 0.96 | 0 | 0.50 | 0.25 | 148.86 | 0.93 | 0.39 |
| Hex | 7 | C0 | 60 | 60 | 0 | 32 | 19 | 95 | 5D | 27 |
| Octal | 7 | 300 | 140 | 140 | 0 | 62 | 31 | 225 | 135 | 47 |
| Binary | 111 | 11000000 | 1100000 | 1100000 | 0 | 110010 | 11001 | 10010101 | 1011101 | 100111 |
Color Harmonies of #07C060
Complementary color
Monochromatic Colors of #07C060
Black with #07C060
Text Example
Text Example
White with #07C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C060; }
p { color: rgb(7,192,96); }
H1.HeaderClassName
{
color: #07C060;
}
.AnyTagClassName
{
color: #07C060;
}
</style>
background-color css
<style>
a { background-color: #07C060; }
a { background-color: rgb(7,192,96); }
div.DivClassName
{
background-color: #07C060;
}
.BgClassName
{
background-color: #07C060;
}
</style>
border-color css
<style>
span { border-color: #07C060; }
span { border-color: rgb(7,192,96); }
td.TdClassName
{
border-color: #07C060;
}
.TagClassName
{
border-color: #07C060;
}
</style>