Shades of Myrtle #07440C
Tints of Myrtle #07440C
RGB
CMYK
RGB Variations
Color information
#07440C (or 0x07440C) is known color: Myrtle. HEX triplet: 07, 44 and 0C. RGB value is (7,68,12). Sum of RGB (Red+Green+Blue) = 7+68+12=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 68 (26.95% from 255 or 78.16% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 68 - color contains mainly: green. Hex color #07440C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07440C is #F8BBF3. Grayscale: #2B2B2B. Windows color (decimal): -16301044 or 803847. OLE color: 803847.
HSL color Cylindrical-coordinate representation of color #07440C: hue angle of 124.92º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07440C is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 12 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.73 |
| HSL | 124.92º | 0.81% | 0.15% | - |
| HSV(B) | 124.92º | 0.9% | 0.27% | - |
| XYZ | 2.22 | 4.21 | 1.04 | - |
| YUV | 43.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 12 | 0.90 | 0 | 0.82 | 0.73 | 124.92 | 0.81 | 0.15 |
| Hex | 7 | 44 | C | 5A | 0 | 52 | 49 | 7D | 51 | F |
| Octal | 7 | 104 | 14 | 132 | 0 | 122 | 111 | 175 | 121 | 17 |
| Binary | 111 | 1000100 | 1100 | 1011010 | 0 | 1010010 | 1001001 | 1111101 | 1010001 | 1111 |
Color Harmonies of #07440C
Complementary color
Monochromatic Colors of #07440C
Black with #07440C
Text Example
Text Example
White with #07440C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07440C; }
p { color: rgb(7,68,12); }
H1.HeaderClassName
{
color: #07440C;
}
.AnyTagClassName
{
color: #07440C;
}
</style>
background-color css
<style>
a { background-color: #07440C; }
a { background-color: rgb(7,68,12); }
div.DivClassName
{
background-color: #07440C;
}
.BgClassName
{
background-color: #07440C;
}
</style>
border-color css
<style>
span { border-color: #07440C; }
span { border-color: rgb(7,68,12); }
td.TdClassName
{
border-color: #07440C;
}
.TagClassName
{
border-color: #07440C;
}
</style>