Shades of Jade #07A770
Tints of Jade #07A770
RGB
CMYK
RGB Variations
Color information
#07A770 (or 0x07A770) is known color: Jade. HEX triplet: 07, A7 and 70. RGB value is (7,167,112). Sum of RGB (Red+Green+Blue) = 7+167+112=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 167 (65.62% from 255 or 58.39% from 286); Blue value is 112 (44.14% from 255 or 39.16% from 286); Max value from RGB is 167 - color contains mainly: green. Hex color #07A770 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A770 is #F8588F. Grayscale: #707070. Windows color (decimal): -16275600 or 7382791. OLE color: 7382791.
HSL color Cylindrical-coordinate representation of color #07A770: hue angle of 159.38º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A770 is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 167 | 112 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.35 |
| HSL | 159.38º | 0.92% | 0.34% | - |
| HSV(B) | 159.38º | 0.96% | 0.65% | - |
| XYZ | 16.83 | 28.85 | 20.01 | - |
| YUV | 112.89 | 127.49 | 52.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 167 | 112 | 0.96 | 0 | 0.33 | 0.35 | 159.38 | 0.92 | 0.34 |
| Hex | 7 | A7 | 70 | 60 | 0 | 21 | 23 | 9F | 5C | 22 |
| Octal | 7 | 247 | 160 | 140 | 0 | 41 | 43 | 237 | 134 | 42 |
| Binary | 111 | 10100111 | 1110000 | 1100000 | 0 | 100001 | 100011 | 10011111 | 1011100 | 100010 |
Color Harmonies of #07A770
Complementary color
Monochromatic Colors of #07A770
Black with #07A770
Text Example
Text Example
White with #07A770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A770; }
p { color: rgb(7,167,112); }
H1.HeaderClassName
{
color: #07A770;
}
.AnyTagClassName
{
color: #07A770;
}
</style>
background-color css
<style>
a { background-color: #07A770; }
a { background-color: rgb(7,167,112); }
div.DivClassName
{
background-color: #07A770;
}
.BgClassName
{
background-color: #07A770;
}
</style>
border-color css
<style>
span { border-color: #07A770; }
span { border-color: rgb(7,167,112); }
td.TdClassName
{
border-color: #07A770;
}
.TagClassName
{
border-color: #07A770;
}
</style>