Shades of Myrtle #074D03
Tints of Myrtle #074D03
RGB
CMYK
RGB Variations
Color information
#074D03 (or 0x074D03) is known color: Myrtle. HEX triplet: 07, 4D and 03. RGB value is (7,77,3). Sum of RGB (Red+Green+Blue) = 7+77+3=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 77 (30.47% from 255 or 88.51% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 77 - color contains mainly: green. Hex color #074D03 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D03 is #F8B2FC. Grayscale: #2F2F2F. Windows color (decimal): -16298749 or 216327. OLE color: 216327.
HSL color Cylindrical-coordinate representation of color #074D03: hue angle of 116.76º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #074D03 is Cyan = 0.91, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 3 | - |
| CMYK | 0.91 | 0 | 0.96 | 0.70 |
| HSL | 116.76º | 0.93% | 0.16% | - |
| HSV(B) | 116.76º | 0.96% | 0.3% | - |
| XYZ | 2.76 | 5.36 | 0.98 | - |
| YUV | 47.63 | 102.81 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 3 | 0.91 | 0 | 0.96 | 0.70 | 116.76 | 0.93 | 0.16 |
| Hex | 7 | 4D | 3 | 5B | 0 | 60 | 46 | 75 | 5C | 10 |
| Octal | 7 | 115 | 3 | 133 | 0 | 140 | 106 | 165 | 134 | 20 |
| Binary | 111 | 1001101 | 11 | 1011011 | 0 | 1100000 | 1000110 | 1110101 | 1011100 | 10000 |
Color Harmonies of #074D03
Complementary color
Monochromatic Colors of #074D03
Black with #074D03
Text Example
Text Example
White with #074D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D03; }
p { color: rgb(7,77,3); }
H1.HeaderClassName
{
color: #074D03;
}
.AnyTagClassName
{
color: #074D03;
}
</style>
background-color css
<style>
a { background-color: #074D03; }
a { background-color: rgb(7,77,3); }
div.DivClassName
{
background-color: #074D03;
}
.BgClassName
{
background-color: #074D03;
}
</style>
border-color css
<style>
span { border-color: #074D03; }
span { border-color: rgb(7,77,3); }
td.TdClassName
{
border-color: #074D03;
}
.TagClassName
{
border-color: #074D03;
}
</style>