Shades of Jade #03B76A
Tints of Jade #03B76A
RGB
CMYK
RGB Variations
Color information
#03B76A (or 0x03B76A) is known color: Jade. HEX triplet: 03, B7 and 6A. RGB value is (3,183,106). Sum of RGB (Red+Green+Blue) = 3+183+106=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 183 (71.88% from 255 or 62.67% from 292); Blue value is 106 (41.80% from 255 or 36.30% from 292); Max value from RGB is 183 - color contains mainly: green. Hex color #03B76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03B76A is #FC4895. Grayscale: #787878. Windows color (decimal): -16533654 or 6993667. OLE color: 6993667.
HSL color Cylindrical-coordinate representation of color #03B76A: hue angle of 154.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B76A is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 3 | 183 | 106 | - |
| CMYK | 0.98 | 0 | 0.42 | 0.28 |
| HSL | 154.33º | 0.97% | 0.36% | - |
| HSV(B) | 154.33º | 0.98% | 0.72% | - |
| XYZ | 19.57 | 34.93 | 19.35 | - |
| YUV | 120.4 | 119.87 | 44.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 183 | 106 | 0.98 | 0 | 0.42 | 0.28 | 154.33 | 0.97 | 0.36 |
| Hex | 3 | B7 | 6A | 62 | 0 | 2A | 1C | 9A | 61 | 24 |
| Octal | 3 | 267 | 152 | 142 | 0 | 52 | 34 | 232 | 141 | 44 |
| Binary | 11 | 10110111 | 1101010 | 1100010 | 0 | 101010 | 11100 | 10011010 | 1100001 | 100100 |
Color Harmonies of #03B76A
Complementary color
Monochromatic Colors of #03B76A
Black with #03B76A
Text Example
Text Example
White with #03B76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B76A; }
p { color: rgb(3,183,106); }
H1.HeaderClassName
{
color: #03B76A;
}
.AnyTagClassName
{
color: #03B76A;
}
</style>
background-color css
<style>
a { background-color: #03B76A; }
a { background-color: rgb(3,183,106); }
div.DivClassName
{
background-color: #03B76A;
}
.BgClassName
{
background-color: #03B76A;
}
</style>
border-color css
<style>
span { border-color: #03B76A; }
span { border-color: rgb(3,183,106); }
td.TdClassName
{
border-color: #03B76A;
}
.TagClassName
{
border-color: #03B76A;
}
</style>