Shades of Myrtle #074A0C
Tints of Myrtle #074A0C
RGB
CMYK
RGB Variations
Color information
#074A0C (or 0x074A0C) is known color: Myrtle. HEX triplet: 07, 4A and 0C. RGB value is (7,74,12). Sum of RGB (Red+Green+Blue) = 7+74+12=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 74 (29.30% from 255 or 79.57% from 93); Blue value is 12 (5.08% from 255 or 12.90% from 93); Max value from RGB is 74 - color contains mainly: green. Hex color #074A0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A0C is #F8B5F3. Grayscale: #2F2F2F. Windows color (decimal): -16299508 or 805383. OLE color: 805383.
HSL color Cylindrical-coordinate representation of color #074A0C: hue angle of 124.48º 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 #074A0C is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 12 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.71 |
| HSL | 124.48º | 0.83% | 0.16% | - |
| HSV(B) | 124.48º | 0.91% | 0.29% | - |
| XYZ | 2.6 | 4.97 | 1.17 | - |
| YUV | 46.9 | 108.3 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 12 | 0.91 | 0 | 0.84 | 0.71 | 124.48 | 0.83 | 0.16 |
| Hex | 7 | 4A | C | 5B | 0 | 54 | 47 | 7C | 53 | 10 |
| Octal | 7 | 112 | 14 | 133 | 0 | 124 | 107 | 174 | 123 | 20 |
| Binary | 111 | 1001010 | 1100 | 1011011 | 0 | 1010100 | 1000111 | 1111100 | 1010011 | 10000 |
Color Harmonies of #074A0C
Complementary color
Monochromatic Colors of #074A0C
Black with #074A0C
Text Example
Text Example
White with #074A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A0C; }
p { color: rgb(7,74,12); }
H1.HeaderClassName
{
color: #074A0C;
}
.AnyTagClassName
{
color: #074A0C;
}
</style>
background-color css
<style>
a { background-color: #074A0C; }
a { background-color: rgb(7,74,12); }
div.DivClassName
{
background-color: #074A0C;
}
.BgClassName
{
background-color: #074A0C;
}
</style>
border-color css
<style>
span { border-color: #074A0C; }
span { border-color: rgb(7,74,12); }
td.TdClassName
{
border-color: #074A0C;
}
.TagClassName
{
border-color: #074A0C;
}
</style>