Shades of Myrtle #074304
Tints of Myrtle #074304
RGB
CMYK
RGB Variations
Color information
#074304 (or 0x074304) is known color: Myrtle. HEX triplet: 07, 43 and 04. RGB value is (7,67,4). Sum of RGB (Red+Green+Blue) = 7+67+4=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 67 (26.56% from 255 or 85.90% from 78); Blue value is 4 (1.95% from 255 or 5.13% from 78); Max value from RGB is 67 - color contains mainly: green. Hex color #074304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074304 is #F8BCFB. Grayscale: #2A2A2A. Windows color (decimal): -16301308 or 279303. OLE color: 279303.
HSL color Cylindrical-coordinate representation of color #074304: hue angle of 117.14º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074304 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 67 | 4 | - |
| CMYK | 0.90 | 0 | 0.94 | 0.74 |
| HSL | 117.14º | 0.89% | 0.14% | - |
| HSV(B) | 117.14º | 0.94% | 0.26% | - |
| XYZ | 2.12 | 4.07 | 0.79 | - |
| YUV | 41.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 67 | 4 | 0.90 | 0 | 0.94 | 0.74 | 117.14 | 0.89 | 0.14 |
| Hex | 7 | 43 | 4 | 5A | 0 | 5E | 4A | 75 | 59 | E |
| Octal | 7 | 103 | 4 | 132 | 0 | 136 | 112 | 165 | 131 | 16 |
| Binary | 111 | 1000011 | 100 | 1011010 | 0 | 1011110 | 1001010 | 1110101 | 1011001 | 1110 |
Color Harmonies of #074304
Complementary color
Monochromatic Colors of #074304
Black with #074304
Text Example
Text Example
White with #074304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074304; }
p { color: rgb(7,67,4); }
H1.HeaderClassName
{
color: #074304;
}
.AnyTagClassName
{
color: #074304;
}
</style>
background-color css
<style>
a { background-color: #074304; }
a { background-color: rgb(7,67,4); }
div.DivClassName
{
background-color: #074304;
}
.BgClassName
{
background-color: #074304;
}
</style>
border-color css
<style>
span { border-color: #074304; }
span { border-color: rgb(7,67,4); }
td.TdClassName
{
border-color: #074304;
}
.TagClassName
{
border-color: #074304;
}
</style>