Shades of Myrtle #074A11
Tints of Myrtle #074A11
RGB
CMYK
RGB Variations
Color information
#074A11 (or 0x074A11) is known color: Myrtle. HEX triplet: 07, 4A and 11. RGB value is (7,74,17). Sum of RGB (Red+Green+Blue) = 7+74+17=98 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.14% from 98); Green value is 74 (29.30% from 255 or 75.51% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 74 - color contains mainly: green. Hex color #074A11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A11 is #F8B5EE. Grayscale: #2F2F2F. Windows color (decimal): -16299503 or 1133063. OLE color: 1133063.
HSL color Cylindrical-coordinate representation of color #074A11: hue angle of 128.96º 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 #074A11 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 17 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.71 |
| HSL | 128.96º | 0.83% | 0.16% | - |
| HSV(B) | 128.96º | 0.91% | 0.29% | - |
| XYZ | 2.64 | 4.98 | 1.35 | - |
| YUV | 47.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 17 | 0.91 | 0 | 0.77 | 0.71 | 128.96 | 0.83 | 0.16 |
| Hex | 7 | 4A | 11 | 5B | 0 | 4D | 47 | 81 | 53 | 10 |
| Octal | 7 | 112 | 21 | 133 | 0 | 115 | 107 | 201 | 123 | 20 |
| Binary | 111 | 1001010 | 10001 | 1011011 | 0 | 1001101 | 1000111 | 10000001 | 1010011 | 10000 |
Color Harmonies of #074A11
Complementary color
Monochromatic Colors of #074A11
Black with #074A11
Text Example
Text Example
White with #074A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A11; }
p { color: rgb(7,74,17); }
H1.HeaderClassName
{
color: #074A11;
}
.AnyTagClassName
{
color: #074A11;
}
</style>
background-color css
<style>
a { background-color: #074A11; }
a { background-color: rgb(7,74,17); }
div.DivClassName
{
background-color: #074A11;
}
.BgClassName
{
background-color: #074A11;
}
</style>
border-color css
<style>
span { border-color: #074A11; }
span { border-color: rgb(7,74,17); }
td.TdClassName
{
border-color: #074A11;
}
.TagClassName
{
border-color: #074A11;
}
</style>