Shades of Jade #07AD6F
Tints of Jade #07AD6F
RGB
CMYK
RGB Variations
Color information
#07AD6F (or 0x07AD6F) is known color: Jade. HEX triplet: 07, AD and 6F. RGB value is (7,173,111). Sum of RGB (Red+Green+Blue) = 7+173+111=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 111 (43.75% from 255 or 38.14% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #07AD6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07AD6F is #F85290. Grayscale: #747474. Windows color (decimal): -16274065 or 7318791. OLE color: 7318791.
HSL color Cylindrical-coordinate representation of color #07AD6F: hue angle of 157.59º 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 #07AD6F is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 173 | 111 | - |
| CMYK | 0.96 | 0 | 0.36 | 0.32 |
| HSL | 157.59º | 0.92% | 0.35% | - |
| HSV(B) | 157.59º | 0.96% | 0.68% | - |
| XYZ | 17.9 | 31.08 | 20.09 | - |
| YUV | 116.3 | 125 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 173 | 111 | 0.96 | 0 | 0.36 | 0.32 | 157.59 | 0.92 | 0.35 |
| Hex | 7 | AD | 6F | 60 | 0 | 24 | 20 | 9E | 5C | 23 |
| Octal | 7 | 255 | 157 | 140 | 0 | 44 | 40 | 236 | 134 | 43 |
| Binary | 111 | 10101101 | 1101111 | 1100000 | 0 | 100100 | 100000 | 10011110 | 1011100 | 100011 |
Color Harmonies of #07AD6F
Complementary color
Monochromatic Colors of #07AD6F
Black with #07AD6F
Text Example
Text Example
White with #07AD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07AD6F; }
p { color: rgb(7,173,111); }
H1.HeaderClassName
{
color: #07AD6F;
}
.AnyTagClassName
{
color: #07AD6F;
}
</style>
background-color css
<style>
a { background-color: #07AD6F; }
a { background-color: rgb(7,173,111); }
div.DivClassName
{
background-color: #07AD6F;
}
.BgClassName
{
background-color: #07AD6F;
}
</style>
border-color css
<style>
span { border-color: #07AD6F; }
span { border-color: rgb(7,173,111); }
td.TdClassName
{
border-color: #07AD6F;
}
.TagClassName
{
border-color: #07AD6F;
}
</style>