Shades of Myrtle #07440F
Tints of Myrtle #07440F
RGB
CMYK
RGB Variations
Color information
#07440F (or 0x07440F) is known color: Myrtle. HEX triplet: 07, 44 and 0F. RGB value is (7,68,15). Sum of RGB (Red+Green+Blue) = 7+68+15=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 68 (26.95% from 255 or 75.56% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 68 - color contains mainly: green. Hex color #07440F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07440F is #F8BBF0. Grayscale: #2B2B2B. Windows color (decimal): -16301041 or 1000455. OLE color: 1000455.
HSL color Cylindrical-coordinate representation of color #07440F: hue angle of 127.87º 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 #07440F is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 15 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.73 |
| HSL | 127.87º | 0.81% | 0.15% | - |
| HSV(B) | 127.87º | 0.9% | 0.27% | - |
| XYZ | 2.24 | 4.21 | 1.15 | - |
| YUV | 43.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 15 | 0.90 | 0 | 0.78 | 0.73 | 127.87 | 0.81 | 0.15 |
| Hex | 7 | 44 | F | 5A | 0 | 4E | 49 | 80 | 51 | F |
| Octal | 7 | 104 | 17 | 132 | 0 | 116 | 111 | 200 | 121 | 17 |
| Binary | 111 | 1000100 | 1111 | 1011010 | 0 | 1001110 | 1001001 | 10000000 | 1010001 | 1111 |
Color Harmonies of #07440F
Complementary color
Monochromatic Colors of #07440F
Black with #07440F
Text Example
Text Example
White with #07440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07440F; }
p { color: rgb(7,68,15); }
H1.HeaderClassName
{
color: #07440F;
}
.AnyTagClassName
{
color: #07440F;
}
</style>
background-color css
<style>
a { background-color: #07440F; }
a { background-color: rgb(7,68,15); }
div.DivClassName
{
background-color: #07440F;
}
.BgClassName
{
background-color: #07440F;
}
</style>
border-color css
<style>
span { border-color: #07440F; }
span { border-color: rgb(7,68,15); }
td.TdClassName
{
border-color: #07440F;
}
.TagClassName
{
border-color: #07440F;
}
</style>