Shades of Jade #07A46A
Tints of Jade #07A46A
RGB
CMYK
RGB Variations
Color information
#07A46A (or 0x07A46A) is known color: Jade. HEX triplet: 07, A4 and 6A. RGB value is (7,164,106). Sum of RGB (Red+Green+Blue) = 7+164+106=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 164 (64.45% from 255 or 59.21% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 164 - color contains mainly: green. Hex color #07A46A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A46A is #F85B95. Grayscale: #6E6E6E. Windows color (decimal): -16276374 or 6988807. OLE color: 6988807.
HSL color Cylindrical-coordinate representation of color #07A46A: hue angle of 157.83º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A46A is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 164 | 106 | - |
| CMYK | 0.96 | 0 | 0.35 | 0.36 |
| HSL | 157.83º | 0.92% | 0.34% | - |
| HSV(B) | 157.83º | 0.96% | 0.64% | - |
| XYZ | 15.96 | 27.64 | 18.13 | - |
| YUV | 110.45 | 125.49 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 164 | 106 | 0.96 | 0 | 0.35 | 0.36 | 157.83 | 0.92 | 0.34 |
| Hex | 7 | A4 | 6A | 60 | 0 | 23 | 24 | 9E | 5C | 22 |
| Octal | 7 | 244 | 152 | 140 | 0 | 43 | 44 | 236 | 134 | 42 |
| Binary | 111 | 10100100 | 1101010 | 1100000 | 0 | 100011 | 100100 | 10011110 | 1011100 | 100010 |
Color Harmonies of #07A46A
Complementary color
Monochromatic Colors of #07A46A
Black with #07A46A
Text Example
Text Example
White with #07A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A46A; }
p { color: rgb(7,164,106); }
H1.HeaderClassName
{
color: #07A46A;
}
.AnyTagClassName
{
color: #07A46A;
}
</style>
background-color css
<style>
a { background-color: #07A46A; }
a { background-color: rgb(7,164,106); }
div.DivClassName
{
background-color: #07A46A;
}
.BgClassName
{
background-color: #07A46A;
}
</style>
border-color css
<style>
span { border-color: #07A46A; }
span { border-color: rgb(7,164,106); }
td.TdClassName
{
border-color: #07A46A;
}
.TagClassName
{
border-color: #07A46A;
}
</style>