Shades of Jade #07C175
Tints of Jade #07C175
RGB
CMYK
RGB Variations
Color information
#07C175 (or 0x07C175) is known color: Jade. HEX triplet: 07, C1 and 75. RGB value is (7,193,117). Sum of RGB (Red+Green+Blue) = 7+193+117=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #07C175 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C175 is #F83E8A. Grayscale: #808080. Windows color (decimal): -16268939 or 7717127. OLE color: 7717127.
HSL color Cylindrical-coordinate representation of color #07C175: hue angle of 155.48º 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 #07C175 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 193 | 117 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.24 |
| HSL | 155.48º | 0.93% | 0.39% | - |
| HSV(B) | 155.48º | 0.96% | 0.76% | - |
| XYZ | 22.37 | 39.47 | 23.27 | - |
| YUV | 128.72 | 121.38 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 193 | 117 | 0.96 | 0 | 0.39 | 0.24 | 155.48 | 0.93 | 0.39 |
| Hex | 7 | C1 | 75 | 60 | 0 | 27 | 18 | 9B | 5D | 27 |
| Octal | 7 | 301 | 165 | 140 | 0 | 47 | 30 | 233 | 135 | 47 |
| Binary | 111 | 11000001 | 1110101 | 1100000 | 0 | 100111 | 11000 | 10011011 | 1011101 | 100111 |
Color Harmonies of #07C175
Complementary color
Monochromatic Colors of #07C175
Black with #07C175
Text Example
Text Example
White with #07C175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C175; }
p { color: rgb(7,193,117); }
H1.HeaderClassName
{
color: #07C175;
}
.AnyTagClassName
{
color: #07C175;
}
</style>
background-color css
<style>
a { background-color: #07C175; }
a { background-color: rgb(7,193,117); }
div.DivClassName
{
background-color: #07C175;
}
.BgClassName
{
background-color: #07C175;
}
</style>
border-color css
<style>
span { border-color: #07C175; }
span { border-color: rgb(7,193,117); }
td.TdClassName
{
border-color: #07C175;
}
.TagClassName
{
border-color: #07C175;
}
</style>