Shades of Jade #07AD67
Tints of Jade #07AD67
RGB
CMYK
RGB Variations
Color information
#07AD67 (or 0x07AD67) is known color: Jade. HEX triplet: 07, AD and 67. RGB value is (7,173,103). Sum of RGB (Red+Green+Blue) = 7+173+103=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 173 (67.97% from 255 or 61.13% from 283); Blue value is 103 (40.62% from 255 or 36.40% from 283); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AD67 is #F85298. Grayscale: #737373. Windows color (decimal): -16274073 or 6794503. OLE color: 6794503.
HSL color Cylindrical-coordinate representation of color #07AD67: hue angle of 154.7º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07AD67 is Cyan = 0.96, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 103 | - |
| CMYK | 0.96 | 0 | 0.40 | 0.32 |
| HSL | 154.7º | 0.92% | 0.35% | - |
| HSV(B) | 154.7º | 0.96% | 0.68% | - |
| XYZ | 17.48 | 30.91 | 17.88 | - |
| YUV | 115.39 | 121 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 103 | 0.96 | 0 | 0.40 | 0.32 | 154.7 | 0.92 | 0.35 |
| Hex | 7 | AD | 67 | 60 | 0 | 28 | 20 | 9B | 5C | 23 |
| Octal | 7 | 255 | 147 | 140 | 0 | 50 | 40 | 233 | 134 | 43 |
| Binary | 111 | 10101101 | 1100111 | 1100000 | 0 | 101000 | 100000 | 10011011 | 1011100 | 100011 |
Color Harmonies of #07AD67
Complementary color
Monochromatic Colors of #07AD67
Black with #07AD67
Text Example
Text Example
White with #07AD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD67; }
p { color: rgb(7,173,103); }
H1.HeaderClassName
{
color: #07AD67;
}
.AnyTagClassName
{
color: #07AD67;
}
</style>
background-color css
<style>
a { background-color: #07AD67; }
a { background-color: rgb(7,173,103); }
div.DivClassName
{
background-color: #07AD67;
}
.BgClassName
{
background-color: #07AD67;
}
</style>
border-color css
<style>
span { border-color: #07AD67; }
span { border-color: rgb(7,173,103); }
td.TdClassName
{
border-color: #07AD67;
}
.TagClassName
{
border-color: #07AD67;
}
</style>