Shades of Myrtle #074E09
Tints of Myrtle #074E09
RGB
CMYK
RGB Variations
Color information
#074E09 (or 0x074E09) is known color: Myrtle. HEX triplet: 07, 4E and 09. RGB value is (7,78,9). Sum of RGB (Red+Green+Blue) = 7+78+9=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 78 (30.86% from 255 or 82.98% from 94); Blue value is 9 (3.91% from 255 or 9.57% from 94); Max value from RGB is 78 - color contains mainly: green. Hex color #074E09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E09 is #F8B1F6. Grayscale: #313131. Windows color (decimal): -16298487 or 609799. OLE color: 609799.
HSL color Cylindrical-coordinate representation of color #074E09: hue angle of 121.69º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E09 is Cyan = 0.91, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 78 | 9 | - |
| CMYK | 0.91 | 0 | 0.88 | 0.69 |
| HSL | 121.69º | 0.84% | 0.17% | - |
| HSV(B) | 121.69º | 0.91% | 0.31% | - |
| XYZ | 2.86 | 5.51 | 1.17 | - |
| YUV | 48.91 | 105.48 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 78 | 9 | 0.91 | 0 | 0.88 | 0.69 | 121.69 | 0.84 | 0.17 |
| Hex | 7 | 4E | 9 | 5B | 0 | 58 | 45 | 7A | 54 | 11 |
| Octal | 7 | 116 | 11 | 133 | 0 | 130 | 105 | 172 | 124 | 21 |
| Binary | 111 | 1001110 | 1001 | 1011011 | 0 | 1011000 | 1000101 | 1111010 | 1010100 | 10001 |
Color Harmonies of #074E09
Complementary color
Monochromatic Colors of #074E09
Black with #074E09
Text Example
Text Example
White with #074E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074E09; }
p { color: rgb(7,78,9); }
H1.HeaderClassName
{
color: #074E09;
}
.AnyTagClassName
{
color: #074E09;
}
</style>
background-color css
<style>
a { background-color: #074E09; }
a { background-color: rgb(7,78,9); }
div.DivClassName
{
background-color: #074E09;
}
.BgClassName
{
background-color: #074E09;
}
</style>
border-color css
<style>
span { border-color: #074E09; }
span { border-color: rgb(7,78,9); }
td.TdClassName
{
border-color: #074E09;
}
.TagClassName
{
border-color: #074E09;
}
</style>