Shades of Jade #07A06B
Tints of Jade #07A06B
RGB
CMYK
RGB Variations
Color information
#07A06B (or 0x07A06B) is known color: Jade. HEX triplet: 07, A0 and 6B. RGB value is (7,160,107). Sum of RGB (Red+Green+Blue) = 7+160+107=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 160 (62.89% from 255 or 58.39% from 274); Blue value is 107 (42.19% from 255 or 39.05% from 274); Max value from RGB is 160 - color contains mainly: green. Hex color #07A06B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A06B is #F85F94. Grayscale: #6C6C6C. Windows color (decimal): -16277397 or 7053319. OLE color: 7053319.
HSL color Cylindrical-coordinate representation of color #07A06B: hue angle of 159.22º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A06B is Cyan = 0.96, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 160 | 107 | - |
| CMYK | 0.96 | 0 | 0.33 | 0.37 |
| HSL | 159.22º | 0.92% | 0.33% | - |
| HSV(B) | 159.22º | 0.96% | 0.63% | - |
| XYZ | 15.31 | 26.25 | 18.17 | - |
| YUV | 108.21 | 127.31 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 160 | 107 | 0.96 | 0 | 0.33 | 0.37 | 159.22 | 0.92 | 0.33 |
| Hex | 7 | A0 | 6B | 60 | 0 | 21 | 25 | 9F | 5C | 21 |
| Octal | 7 | 240 | 153 | 140 | 0 | 41 | 45 | 237 | 134 | 41 |
| Binary | 111 | 10100000 | 1101011 | 1100000 | 0 | 100001 | 100101 | 10011111 | 1011100 | 100001 |
Color Harmonies of #07A06B
Complementary color
Monochromatic Colors of #07A06B
Black with #07A06B
Text Example
Text Example
White with #07A06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A06B; }
p { color: rgb(7,160,107); }
H1.HeaderClassName
{
color: #07A06B;
}
.AnyTagClassName
{
color: #07A06B;
}
</style>
background-color css
<style>
a { background-color: #07A06B; }
a { background-color: rgb(7,160,107); }
div.DivClassName
{
background-color: #07A06B;
}
.BgClassName
{
background-color: #07A06B;
}
</style>
border-color css
<style>
span { border-color: #07A06B; }
span { border-color: rgb(7,160,107); }
td.TdClassName
{
border-color: #07A06B;
}
.TagClassName
{
border-color: #07A06B;
}
</style>