Shades of Jade #07A467
Tints of Jade #07A467
RGB
CMYK
RGB Variations
Color information
#07A467 (or 0x07A467) is known color: Jade. HEX triplet: 07, A4 and 67. RGB value is (7,164,103). Sum of RGB (Red+Green+Blue) = 7+164+103=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 164 (64.45% from 255 or 59.85% from 274); Blue value is 103 (40.62% from 255 or 37.59% from 274); Max value from RGB is 164 - color contains mainly: green. Hex color #07A467 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A467 is #F85B98. Grayscale: #6E6E6E. Windows color (decimal): -16276377 or 6792199. OLE color: 6792199.
HSL color Cylindrical-coordinate representation of color #07A467: hue angle of 156.69º 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 #07A467 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 164 | 103 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.36 |
| HSL | 156.69º | 0.92% | 0.34% | - |
| HSV(B) | 156.69º | 0.96% | 0.64% | - |
| XYZ | 15.81 | 27.58 | 17.32 | - |
| YUV | 110.1 | 123.99 | 54.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 164 | 103 | 0.96 | 0 | 0.37 | 0.36 | 156.69 | 0.92 | 0.34 |
| Hex | 7 | A4 | 67 | 60 | 0 | 25 | 24 | 9D | 5C | 22 |
| Octal | 7 | 244 | 147 | 140 | 0 | 45 | 44 | 235 | 134 | 42 |
| Binary | 111 | 10100100 | 1100111 | 1100000 | 0 | 100101 | 100100 | 10011101 | 1011100 | 100010 |
Color Harmonies of #07A467
Complementary color
Monochromatic Colors of #07A467
Black with #07A467
Text Example
Text Example
White with #07A467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A467; }
p { color: rgb(7,164,103); }
H1.HeaderClassName
{
color: #07A467;
}
.AnyTagClassName
{
color: #07A467;
}
</style>
background-color css
<style>
a { background-color: #07A467; }
a { background-color: rgb(7,164,103); }
div.DivClassName
{
background-color: #07A467;
}
.BgClassName
{
background-color: #07A467;
}
</style>
border-color css
<style>
span { border-color: #07A467; }
span { border-color: rgb(7,164,103); }
td.TdClassName
{
border-color: #07A467;
}
.TagClassName
{
border-color: #07A467;
}
</style>