Shades of Jade #07A568
Tints of Jade #07A568
RGB
CMYK
RGB Variations
Color information
#07A568 (or 0x07A568) is known color: Jade. HEX triplet: 07, A5 and 68. RGB value is (7,165,104). Sum of RGB (Red+Green+Blue) = 7+165+104=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 165 (64.84% from 255 or 59.78% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 165 - color contains mainly: green. Hex color #07A568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07A568 is #F85A97. Grayscale: #6E6E6E. Windows color (decimal): -16276120 or 6857991. OLE color: 6857991.
HSL color Cylindrical-coordinate representation of color #07A568: hue angle of 156.84º 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 #07A568 is Cyan = 0.96, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 7 | 165 | 104 | - |
| CMYK | 0.96 | 0 | 0.37 | 0.35 |
| HSL | 156.84º | 0.92% | 0.34% | - |
| HSV(B) | 156.84º | 0.96% | 0.65% | - |
| XYZ | 16.04 | 27.95 | 17.65 | - |
| YUV | 110.8 | 124.15 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 165 | 104 | 0.96 | 0 | 0.37 | 0.35 | 156.84 | 0.92 | 0.34 |
| Hex | 7 | A5 | 68 | 60 | 0 | 25 | 23 | 9D | 5C | 22 |
| Octal | 7 | 245 | 150 | 140 | 0 | 45 | 43 | 235 | 134 | 42 |
| Binary | 111 | 10100101 | 1101000 | 1100000 | 0 | 100101 | 100011 | 10011101 | 1011100 | 100010 |
Color Harmonies of #07A568
Complementary color
Monochromatic Colors of #07A568
Black with #07A568
Text Example
Text Example
White with #07A568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07A568; }
p { color: rgb(7,165,104); }
H1.HeaderClassName
{
color: #07A568;
}
.AnyTagClassName
{
color: #07A568;
}
</style>
background-color css
<style>
a { background-color: #07A568; }
a { background-color: rgb(7,165,104); }
div.DivClassName
{
background-color: #07A568;
}
.BgClassName
{
background-color: #07A568;
}
</style>
border-color css
<style>
span { border-color: #07A568; }
span { border-color: rgb(7,165,104); }
td.TdClassName
{
border-color: #07A568;
}
.TagClassName
{
border-color: #07A568;
}
</style>