Shades of Jade #03A76F
Tints of Jade #03A76F
RGB
CMYK
RGB Variations
Color information
#03A76F (or 0x03A76F) is known color: Jade. HEX triplet: 03, A7 and 6F. RGB value is (3,167,111). Sum of RGB (Red+Green+Blue) = 3+167+111=281 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.07% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #03A76F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03A76F is #FC5890. Grayscale: #6F6F6F. Windows color (decimal): -16537745 or 7317251. OLE color: 7317251.
HSL color Cylindrical-coordinate representation of color #03A76F: hue angle of 159.51º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A76F is Cyan = 0.98, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 3 | 167 | 111 | - |
| CMYK | 0.98 | 0 | 0.34 | 0.35 |
| HSL | 159.51º | 0.96% | 0.33% | - |
| HSV(B) | 159.51º | 0.98% | 0.65% | - |
| XYZ | 16.73 | 28.8 | 19.72 | - |
| YUV | 111.58 | 127.67 | 50.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 167 | 111 | 0.98 | 0 | 0.34 | 0.35 | 159.51 | 0.96 | 0.33 |
| Hex | 3 | A7 | 6F | 62 | 0 | 22 | 23 | A0 | 60 | 21 |
| Octal | 3 | 247 | 157 | 142 | 0 | 42 | 43 | 240 | 140 | 41 |
| Binary | 11 | 10100111 | 1101111 | 1100010 | 0 | 100010 | 100011 | 10100000 | 1100000 | 100001 |
Color Harmonies of #03A76F
Complementary color
Monochromatic Colors of #03A76F
Black with #03A76F
Text Example
Text Example
White with #03A76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03A76F; }
p { color: rgb(3,167,111); }
H1.HeaderClassName
{
color: #03A76F;
}
.AnyTagClassName
{
color: #03A76F;
}
</style>
background-color css
<style>
a { background-color: #03A76F; }
a { background-color: rgb(3,167,111); }
div.DivClassName
{
background-color: #03A76F;
}
.BgClassName
{
background-color: #03A76F;
}
</style>
border-color css
<style>
span { border-color: #03A76F; }
span { border-color: rgb(3,167,111); }
td.TdClassName
{
border-color: #03A76F;
}
.TagClassName
{
border-color: #03A76F;
}
</style>