Shades of Myrtle #074A0D
Tints of Myrtle #074A0D
RGB
CMYK
RGB Variations
Color information
#074A0D (or 0x074A0D) is known color: Myrtle. HEX triplet: 07, 4A and 0D. RGB value is (7,74,13). Sum of RGB (Red+Green+Blue) = 7+74+13=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 74 (29.30% from 255 or 78.72% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 74 - color contains mainly: green. Hex color #074A0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A0D is #F8B5F2. Grayscale: #2F2F2F. Windows color (decimal): -16299507 or 870919. OLE color: 870919.
HSL color Cylindrical-coordinate representation of color #074A0D: hue angle of 125.37º 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 #074A0D is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 13 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.71 |
| HSL | 125.37º | 0.83% | 0.16% | - |
| HSV(B) | 125.37º | 0.91% | 0.29% | - |
| XYZ | 2.61 | 4.97 | 1.2 | - |
| YUV | 47.01 | 108.8 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 13 | 0.91 | 0 | 0.82 | 0.71 | 125.37 | 0.83 | 0.16 |
| Hex | 7 | 4A | D | 5B | 0 | 52 | 47 | 7D | 53 | 10 |
| Octal | 7 | 112 | 15 | 133 | 0 | 122 | 107 | 175 | 123 | 20 |
| Binary | 111 | 1001010 | 1101 | 1011011 | 0 | 1010010 | 1000111 | 1111101 | 1010011 | 10000 |
Color Harmonies of #074A0D
Complementary color
Monochromatic Colors of #074A0D
Black with #074A0D
Text Example
Text Example
White with #074A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A0D; }
p { color: rgb(7,74,13); }
H1.HeaderClassName
{
color: #074A0D;
}
.AnyTagClassName
{
color: #074A0D;
}
</style>
background-color css
<style>
a { background-color: #074A0D; }
a { background-color: rgb(7,74,13); }
div.DivClassName
{
background-color: #074A0D;
}
.BgClassName
{
background-color: #074A0D;
}
</style>
border-color css
<style>
span { border-color: #074A0D; }
span { border-color: rgb(7,74,13); }
td.TdClassName
{
border-color: #074A0D;
}
.TagClassName
{
border-color: #074A0D;
}
</style>