Shades of Myrtle #074A09
Tints of Myrtle #074A09
RGB
CMYK
RGB Variations
Color information
#074A09 (or 0x074A09) is known color: Myrtle. HEX triplet: 07, 4A and 09. RGB value is (7,74,9). Sum of RGB (Red+Green+Blue) = 7+74+9=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 74 (29.30% from 255 or 82.22% from 90); Blue value is 9 (3.91% from 255 or 10% from 90); Max value from RGB is 74 - color contains mainly: green. Hex color #074A09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A09 is #F8B5F6. Grayscale: #2E2E2E. Windows color (decimal): -16299511 or 608775. OLE color: 608775.
HSL color Cylindrical-coordinate representation of color #074A09: hue angle of 121.79º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A09 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 9 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.71 |
| HSL | 121.79º | 0.83% | 0.16% | - |
| HSV(B) | 121.79º | 0.91% | 0.29% | - |
| XYZ | 2.59 | 4.96 | 1.08 | - |
| YUV | 46.56 | 106.8 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 9 | 0.91 | 0 | 0.88 | 0.71 | 121.79 | 0.83 | 0.16 |
| Hex | 7 | 4A | 9 | 5B | 0 | 58 | 47 | 7A | 53 | 10 |
| Octal | 7 | 112 | 11 | 133 | 0 | 130 | 107 | 172 | 123 | 20 |
| Binary | 111 | 1001010 | 1001 | 1011011 | 0 | 1011000 | 1000111 | 1111010 | 1010011 | 10000 |
Color Harmonies of #074A09
Complementary color
Monochromatic Colors of #074A09
Black with #074A09
Text Example
Text Example
White with #074A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A09; }
p { color: rgb(7,74,9); }
H1.HeaderClassName
{
color: #074A09;
}
.AnyTagClassName
{
color: #074A09;
}
</style>
background-color css
<style>
a { background-color: #074A09; }
a { background-color: rgb(7,74,9); }
div.DivClassName
{
background-color: #074A09;
}
.BgClassName
{
background-color: #074A09;
}
</style>
border-color css
<style>
span { border-color: #074A09; }
span { border-color: rgb(7,74,9); }
td.TdClassName
{
border-color: #074A09;
}
.TagClassName
{
border-color: #074A09;
}
</style>