Shades of Jade #07C276
Tints of Jade #07C276
RGB
CMYK
RGB Variations
Color information
#07C276 (or 0x07C276) is known color: Jade. HEX triplet: 07, C2 and 76. RGB value is (7,194,118). Sum of RGB (Red+Green+Blue) = 7+194+118=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 194 (76.17% from 255 or 60.82% from 319); Blue value is 118 (46.48% from 255 or 36.99% from 319); Max value from RGB is 194 - color contains mainly: green. Hex color #07C276 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #07C276 is #F83D89. Grayscale: #818181. Windows color (decimal): -16268682 or 7782919. OLE color: 7782919.
HSL color Cylindrical-coordinate representation of color #07C276: hue angle of 155.61º 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 #07C276 is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 7 | 194 | 118 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.24 |
| HSL | 155.62º | 0.93% | 0.39% | - |
| HSV(B) | 155.62º | 0.96% | 0.76% | - |
| XYZ | 22.65 | 39.94 | 23.65 | - |
| YUV | 129.42 | 121.55 | 40.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 194 | 118 | 0.96 | 0 | 0.39 | 0.24 | 155.62 | 0.93 | 0.39 |
| Hex | 7 | C2 | 76 | 60 | 0 | 27 | 18 | 9C | 5D | 27 |
| Octal | 7 | 302 | 166 | 140 | 0 | 47 | 30 | 234 | 135 | 47 |
| Binary | 111 | 11000010 | 1110110 | 1100000 | 0 | 100111 | 11000 | 10011100 | 1011101 | 100111 |
Color Harmonies of #07C276
Complementary color
Monochromatic Colors of #07C276
Black with #07C276
Text Example
Text Example
White with #07C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07C276; }
p { color: rgb(7,194,118); }
H1.HeaderClassName
{
color: #07C276;
}
.AnyTagClassName
{
color: #07C276;
}
</style>
background-color css
<style>
a { background-color: #07C276; }
a { background-color: rgb(7,194,118); }
div.DivClassName
{
background-color: #07C276;
}
.BgClassName
{
background-color: #07C276;
}
</style>
border-color css
<style>
span { border-color: #07C276; }
span { border-color: rgb(7,194,118); }
td.TdClassName
{
border-color: #07C276;
}
.TagClassName
{
border-color: #07C276;
}
</style>