Shades of Jade #07C170
Tints of Jade #07C170
RGB
CMYK
RGB Variations
Color information
#07C170 (or 0x07C170) is known color: Jade. HEX triplet: 07, C1 and 70. RGB value is (7,193,112). Sum of RGB (Red+Green+Blue) = 7+193+112=312 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.24% from 312); Green value is 193 (75.78% from 255 or 61.86% from 312); Blue value is 112 (44.14% from 255 or 35.90% from 312); Max value from RGB is 193 - color contains mainly: green. Hex color #07C170 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C170 is #F83E8F. Grayscale: #808080. Windows color (decimal): -16268944 or 7389447. OLE color: 7389447.
HSL color Cylindrical-coordinate representation of color #07C170: hue angle of 153.87º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C170 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 112 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.24 |
| HSL | 153.87º | 0.93% | 0.39% | - |
| HSV(B) | 153.87º | 0.96% | 0.76% | - |
| XYZ | 22.08 | 39.35 | 21.76 | - |
| YUV | 128.15 | 118.88 | 41.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 112 | 0.96 | 0 | 0.42 | 0.24 | 153.87 | 0.93 | 0.39 |
| Hex | 7 | C1 | 70 | 60 | 0 | 2A | 18 | 9A | 5D | 27 |
| Octal | 7 | 301 | 160 | 140 | 0 | 52 | 30 | 232 | 135 | 47 |
| Binary | 111 | 11000001 | 1110000 | 1100000 | 0 | 101010 | 11000 | 10011010 | 1011101 | 100111 |
Color Harmonies of #07C170
Complementary color
Monochromatic Colors of #07C170
Black with #07C170
Text Example
Text Example
White with #07C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C170; }
p { color: rgb(7,193,112); }
H1.HeaderClassName
{
color: #07C170;
}
.AnyTagClassName
{
color: #07C170;
}
</style>
background-color css
<style>
a { background-color: #07C170; }
a { background-color: rgb(7,193,112); }
div.DivClassName
{
background-color: #07C170;
}
.BgClassName
{
background-color: #07C170;
}
</style>
border-color css
<style>
span { border-color: #07C170; }
span { border-color: rgb(7,193,112); }
td.TdClassName
{
border-color: #07C170;
}
.TagClassName
{
border-color: #07C170;
}
</style>