Shades of Jade #07C671
Tints of Jade #07C671
RGB
CMYK
RGB Variations
Color information
#07C671 (or 0x07C671) is known color: Jade. HEX triplet: 07, C6 and 71. RGB value is (7,198,113). Sum of RGB (Red+Green+Blue) = 7+198+113=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #07C671 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C671 is #F8398E. Grayscale: #838383. Windows color (decimal): -16267663 or 7456263. OLE color: 7456263.
HSL color Cylindrical-coordinate representation of color #07C671: hue angle of 153.3º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C671 is Cyan = 0.96, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 198 | 113 | - |
| CMYK | 0.96 | 0 | 0.43 | 0.22 |
| HSL | 153.3º | 0.93% | 0.4% | - |
| HSV(B) | 153.3º | 0.96% | 0.78% | - |
| XYZ | 23.26 | 41.63 | 22.43 | - |
| YUV | 131.2 | 117.72 | 39.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 198 | 113 | 0.96 | 0 | 0.43 | 0.22 | 153.3 | 0.93 | 0.4 |
| Hex | 7 | C6 | 71 | 60 | 0 | 2B | 16 | 99 | 5D | 28 |
| Octal | 7 | 306 | 161 | 140 | 0 | 53 | 26 | 231 | 135 | 50 |
| Binary | 111 | 11000110 | 1110001 | 1100000 | 0 | 101011 | 10110 | 10011001 | 1011101 | 101000 |
Color Harmonies of #07C671
Complementary color
Monochromatic Colors of #07C671
Black with #07C671
Text Example
Text Example
White with #07C671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C671; }
p { color: rgb(7,198,113); }
H1.HeaderClassName
{
color: #07C671;
}
.AnyTagClassName
{
color: #07C671;
}
</style>
background-color css
<style>
a { background-color: #07C671; }
a { background-color: rgb(7,198,113); }
div.DivClassName
{
background-color: #07C671;
}
.BgClassName
{
background-color: #07C671;
}
</style>
border-color css
<style>
span { border-color: #07C671; }
span { border-color: rgb(7,198,113); }
td.TdClassName
{
border-color: #07C671;
}
.TagClassName
{
border-color: #07C671;
}
</style>