Shades of Myrtle #074109
Tints of Myrtle #074109
RGB
CMYK
RGB Variations
Color information
#074109 (or 0x074109) is known color: Myrtle. HEX triplet: 07, 41 and 09. RGB value is (7,65,9). Sum of RGB (Red+Green+Blue) = 7+65+9=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #074109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074109 is #F8BEF6. Grayscale: #292929. Windows color (decimal): -16301815 or 606471. OLE color: 606471.
HSL color Cylindrical-coordinate representation of color #074109: hue angle of 122.07º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074109 is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 65 | 9 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.75 |
| HSL | 122.07º | 0.81% | 0.14% | - |
| HSV(B) | 122.07º | 0.89% | 0.25% | - |
| XYZ | 2.03 | 3.85 | 0.89 | - |
| YUV | 41.27 | 109.78 | 103.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 65 | 9 | 0.89 | 0 | 0.86 | 0.75 | 122.07 | 0.81 | 0.14 |
| Hex | 7 | 41 | 9 | 59 | 0 | 56 | 4B | 7A | 51 | E |
| Octal | 7 | 101 | 11 | 131 | 0 | 126 | 113 | 172 | 121 | 16 |
| Binary | 111 | 1000001 | 1001 | 1011001 | 0 | 1010110 | 1001011 | 1111010 | 1010001 | 1110 |
Color Harmonies of #074109
Complementary color
Monochromatic Colors of #074109
Black with #074109
Text Example
Text Example
White with #074109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074109; }
p { color: rgb(7,65,9); }
H1.HeaderClassName
{
color: #074109;
}
.AnyTagClassName
{
color: #074109;
}
</style>
background-color css
<style>
a { background-color: #074109; }
a { background-color: rgb(7,65,9); }
div.DivClassName
{
background-color: #074109;
}
.BgClassName
{
background-color: #074109;
}
</style>
border-color css
<style>
span { border-color: #074109; }
span { border-color: rgb(7,65,9); }
td.TdClassName
{
border-color: #074109;
}
.TagClassName
{
border-color: #074109;
}
</style>