Shades of Myrtle #074C0E
Tints of Myrtle #074C0E
RGB
CMYK
RGB Variations
Color information
#074C0E (or 0x074C0E) is known color: Myrtle. HEX triplet: 07, 4C and 0E. RGB value is (7,76,14). Sum of RGB (Red+Green+Blue) = 7+76+14=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 76 (30.08% from 255 or 78.35% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 76 - color contains mainly: green. Hex color #074C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C0E is #F8B3F1. Grayscale: #303030. Windows color (decimal): -16298994 or 936967. OLE color: 936967.
HSL color Cylindrical-coordinate representation of color #074C0E: hue angle of 126.09º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074C0E is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 14 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.70 |
| HSL | 126.09º | 0.83% | 0.16% | - |
| HSV(B) | 126.09º | 0.91% | 0.3% | - |
| XYZ | 2.75 | 5.25 | 1.28 | - |
| YUV | 48.3 | 108.64 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 14 | 0.91 | 0 | 0.82 | 0.70 | 126.09 | 0.83 | 0.16 |
| Hex | 7 | 4C | E | 5B | 0 | 52 | 46 | 7E | 53 | 10 |
| Octal | 7 | 114 | 16 | 133 | 0 | 122 | 106 | 176 | 123 | 20 |
| Binary | 111 | 1001100 | 1110 | 1011011 | 0 | 1010010 | 1000110 | 1111110 | 1010011 | 10000 |
Color Harmonies of #074C0E
Complementary color
Monochromatic Colors of #074C0E
Black with #074C0E
Text Example
Text Example
White with #074C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C0E; }
p { color: rgb(7,76,14); }
H1.HeaderClassName
{
color: #074C0E;
}
.AnyTagClassName
{
color: #074C0E;
}
</style>
background-color css
<style>
a { background-color: #074C0E; }
a { background-color: rgb(7,76,14); }
div.DivClassName
{
background-color: #074C0E;
}
.BgClassName
{
background-color: #074C0E;
}
</style>
border-color css
<style>
span { border-color: #074C0E; }
span { border-color: rgb(7,76,14); }
td.TdClassName
{
border-color: #074C0E;
}
.TagClassName
{
border-color: #074C0E;
}
</style>