Shades of Jade #07C370
Tints of Jade #07C370
RGB
CMYK
RGB Variations
Color information
#07C370 (or 0x07C370) is known color: Jade. HEX triplet: 07, C3 and 70. RGB value is (7,195,112). Sum of RGB (Red+Green+Blue) = 7+195+112=314 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.23% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #07C370 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C370 is #F83C8F. Grayscale: #818181. Windows color (decimal): -16268432 or 7389959. OLE color: 7389959.
HSL color Cylindrical-coordinate representation of color #07C370: hue angle of 153.51º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C370 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 195 | 112 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.24 |
| HSL | 153.51º | 0.93% | 0.4% | - |
| HSV(B) | 153.51º | 0.96% | 0.76% | - |
| XYZ | 22.53 | 40.25 | 21.91 | - |
| YUV | 129.33 | 118.22 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 195 | 112 | 0.96 | 0 | 0.43 | 0.24 | 153.51 | 0.93 | 0.4 |
| Hex | 7 | C3 | 70 | 60 | 0 | 2B | 18 | 9A | 5D | 28 |
| Octal | 7 | 303 | 160 | 140 | 0 | 53 | 30 | 232 | 135 | 50 |
| Binary | 111 | 11000011 | 1110000 | 1100000 | 0 | 101011 | 11000 | 10011010 | 1011101 | 101000 |
Color Harmonies of #07C370
Complementary color
Monochromatic Colors of #07C370
Black with #07C370
Text Example
Text Example
White with #07C370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C370; }
p { color: rgb(7,195,112); }
H1.HeaderClassName
{
color: #07C370;
}
.AnyTagClassName
{
color: #07C370;
}
</style>
background-color css
<style>
a { background-color: #07C370; }
a { background-color: rgb(7,195,112); }
div.DivClassName
{
background-color: #07C370;
}
.BgClassName
{
background-color: #07C370;
}
</style>
border-color css
<style>
span { border-color: #07C370; }
span { border-color: rgb(7,195,112); }
td.TdClassName
{
border-color: #07C370;
}
.TagClassName
{
border-color: #07C370;
}
</style>