Shades of Myrtle #074D04
Tints of Myrtle #074D04
RGB
CMYK
RGB Variations
Color information
#074D04 (or 0x074D04) is known color: Myrtle. HEX triplet: 07, 4D and 04. RGB value is (7,77,4). Sum of RGB (Red+Green+Blue) = 7+77+4=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 77 (30.47% from 255 or 87.5% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 77 - color contains mainly: green. Hex color #074D04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D04 is #F8B2FB. Grayscale: #2F2F2F. Windows color (decimal): -16298748 or 281863. OLE color: 281863.
HSL color Cylindrical-coordinate representation of color #074D04: hue angle of 117.53º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074D04 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 4 | - |
| CMYK | 0.91 | 0 | 0.95 | 0.70 |
| HSL | 117.53º | 0.9% | 0.16% | - |
| HSV(B) | 117.53º | 0.95% | 0.3% | - |
| XYZ | 2.76 | 5.36 | 1 | - |
| YUV | 47.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 4 | 0.91 | 0 | 0.95 | 0.70 | 117.53 | 0.9 | 0.16 |
| Hex | 7 | 4D | 4 | 5B | 0 | 5F | 46 | 76 | 5A | 10 |
| Octal | 7 | 115 | 4 | 133 | 0 | 137 | 106 | 166 | 132 | 20 |
| Binary | 111 | 1001101 | 100 | 1011011 | 0 | 1011111 | 1000110 | 1110110 | 1011010 | 10000 |
Color Harmonies of #074D04
Complementary color
Monochromatic Colors of #074D04
Black with #074D04
Text Example
Text Example
White with #074D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D04; }
p { color: rgb(7,77,4); }
H1.HeaderClassName
{
color: #074D04;
}
.AnyTagClassName
{
color: #074D04;
}
</style>
background-color css
<style>
a { background-color: #074D04; }
a { background-color: rgb(7,77,4); }
div.DivClassName
{
background-color: #074D04;
}
.BgClassName
{
background-color: #074D04;
}
</style>
border-color css
<style>
span { border-color: #074D04; }
span { border-color: rgb(7,77,4); }
td.TdClassName
{
border-color: #074D04;
}
.TagClassName
{
border-color: #074D04;
}
</style>