Shades of Myrtle #074A0E
Tints of Myrtle #074A0E
RGB
CMYK
RGB Variations
Color information
#074A0E (or 0x074A0E) is known color: Myrtle. HEX triplet: 07, 4A and 0E. RGB value is (7,74,14). Sum of RGB (Red+Green+Blue) = 7+74+14=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 74 (29.30% from 255 or 77.89% from 95); Blue value is 14 (5.86% from 255 or 14.74% from 95); Max value from RGB is 74 - color contains mainly: green. Hex color #074A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A0E is #F8B5F1. Grayscale: #2F2F2F. Windows color (decimal): -16299506 or 936455. OLE color: 936455.
HSL color Cylindrical-coordinate representation of color #074A0E: hue angle of 126.27º 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 #074A0E is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 14 | - |
| CMYK | 0.91 | 0 | 0.81 | 0.71 |
| HSL | 126.27º | 0.83% | 0.16% | - |
| HSV(B) | 126.27º | 0.91% | 0.29% | - |
| XYZ | 2.62 | 4.97 | 1.24 | - |
| YUV | 47.13 | 109.3 | 99.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 14 | 0.91 | 0 | 0.81 | 0.71 | 126.27 | 0.83 | 0.16 |
| Hex | 7 | 4A | E | 5B | 0 | 51 | 47 | 7E | 53 | 10 |
| Octal | 7 | 112 | 16 | 133 | 0 | 121 | 107 | 176 | 123 | 20 |
| Binary | 111 | 1001010 | 1110 | 1011011 | 0 | 1010001 | 1000111 | 1111110 | 1010011 | 10000 |
Color Harmonies of #074A0E
Complementary color
Monochromatic Colors of #074A0E
Black with #074A0E
Text Example
Text Example
White with #074A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A0E; }
p { color: rgb(7,74,14); }
H1.HeaderClassName
{
color: #074A0E;
}
.AnyTagClassName
{
color: #074A0E;
}
</style>
background-color css
<style>
a { background-color: #074A0E; }
a { background-color: rgb(7,74,14); }
div.DivClassName
{
background-color: #074A0E;
}
.BgClassName
{
background-color: #074A0E;
}
</style>
border-color css
<style>
span { border-color: #074A0E; }
span { border-color: rgb(7,74,14); }
td.TdClassName
{
border-color: #074A0E;
}
.TagClassName
{
border-color: #074A0E;
}
</style>