Shades of Jade #07AA6E
Tints of Jade #07AA6E
RGB
CMYK
RGB Variations
Color information
#07AA6E (or 0x07AA6E) is known color: Jade. HEX triplet: 07, AA and 6E. RGB value is (7,170,110). Sum of RGB (Red+Green+Blue) = 7+170+110=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 170 (66.80% from 255 or 59.23% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 170 - color contains mainly: green. Hex color #07AA6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AA6E is #F85591. Grayscale: #727272. Windows color (decimal): -16274834 or 7252487. OLE color: 7252487.
HSL color Cylindrical-coordinate representation of color #07AA6E: hue angle of 157.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AA6E is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 170 | 110 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.33 |
| HSL | 157.91º | 0.92% | 0.35% | - |
| HSV(B) | 157.91º | 0.96% | 0.67% | - |
| XYZ | 17.28 | 29.92 | 19.62 | - |
| YUV | 114.42 | 125.5 | 51.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 170 | 110 | 0.96 | 0 | 0.35 | 0.33 | 157.91 | 0.92 | 0.35 |
| Hex | 7 | AA | 6E | 60 | 0 | 23 | 21 | 9E | 5C | 23 |
| Octal | 7 | 252 | 156 | 140 | 0 | 43 | 41 | 236 | 134 | 43 |
| Binary | 111 | 10101010 | 1101110 | 1100000 | 0 | 100011 | 100001 | 10011110 | 1011100 | 100011 |
Color Harmonies of #07AA6E
Complementary color
Monochromatic Colors of #07AA6E
Black with #07AA6E
Text Example
Text Example
White with #07AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AA6E; }
p { color: rgb(7,170,110); }
H1.HeaderClassName
{
color: #07AA6E;
}
.AnyTagClassName
{
color: #07AA6E;
}
</style>
background-color css
<style>
a { background-color: #07AA6E; }
a { background-color: rgb(7,170,110); }
div.DivClassName
{
background-color: #07AA6E;
}
.BgClassName
{
background-color: #07AA6E;
}
</style>
border-color css
<style>
span { border-color: #07AA6E; }
span { border-color: rgb(7,170,110); }
td.TdClassName
{
border-color: #07AA6E;
}
.TagClassName
{
border-color: #07AA6E;
}
</style>