Shades of Myrtle #07490E
Tints of Myrtle #07490E
RGB
CMYK
RGB Variations
Color information
#07490E (or 0x07490E) is known color: Myrtle. HEX triplet: 07, 49 and 0E. RGB value is (7,73,14). Sum of RGB (Red+Green+Blue) = 7+73+14=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #07490E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07490E is #F8B6F1. Grayscale: #2E2E2E. Windows color (decimal): -16299762 or 936199. OLE color: 936199.
HSL color Cylindrical-coordinate representation of color #07490E: hue angle of 126.36º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07490E is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 14 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.71 |
| HSL | 126.36º | 0.83% | 0.16% | - |
| HSV(B) | 126.36º | 0.9% | 0.29% | - |
| XYZ | 2.55 | 4.84 | 1.22 | - |
| YUV | 46.54 | 109.63 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 14 | 0.90 | 0 | 0.81 | 0.71 | 126.36 | 0.83 | 0.16 |
| Hex | 7 | 49 | E | 5A | 0 | 51 | 47 | 7E | 52 | 10 |
| Octal | 7 | 111 | 16 | 132 | 0 | 121 | 107 | 176 | 122 | 20 |
| Binary | 111 | 1001001 | 1110 | 1011010 | 0 | 1010001 | 1000111 | 1111110 | 1010010 | 10000 |
Color Harmonies of #07490E
Complementary color
Monochromatic Colors of #07490E
Black with #07490E
Text Example
Text Example
White with #07490E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07490E; }
p { color: rgb(7,73,14); }
H1.HeaderClassName
{
color: #07490E;
}
.AnyTagClassName
{
color: #07490E;
}
</style>
background-color css
<style>
a { background-color: #07490E; }
a { background-color: rgb(7,73,14); }
div.DivClassName
{
background-color: #07490E;
}
.BgClassName
{
background-color: #07490E;
}
</style>
border-color css
<style>
span { border-color: #07490E; }
span { border-color: rgb(7,73,14); }
td.TdClassName
{
border-color: #07490E;
}
.TagClassName
{
border-color: #07490E;
}
</style>