Shades of Myrtle #07580E
Tints of Myrtle #07580E
RGB
CMYK
RGB Variations
Color information
#07580E (or 0x07580E) is known color: Myrtle. HEX triplet: 07, 58 and 0E. RGB value is (7,88,14). Sum of RGB (Red+Green+Blue) = 7+88+14=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 88 (34.77% from 255 or 80.73% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 88 - color contains mainly: green. Hex color #07580E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07580E is #F8A7F1. Grayscale: #373737. Windows color (decimal): -16295922 or 940039. OLE color: 940039.
HSL color Cylindrical-coordinate representation of color #07580E: hue angle of 125.19º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07580E is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 14 | - |
| CMYK | 0.92 | 0 | 0.84 | 0.65 |
| HSL | 125.19º | 0.85% | 0.19% | - |
| HSV(B) | 125.19º | 0.92% | 0.35% | - |
| XYZ | 3.66 | 7.06 | 1.58 | - |
| YUV | 55.35 | 104.66 | 93.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 14 | 0.92 | 0 | 0.84 | 0.65 | 125.19 | 0.85 | 0.19 |
| Hex | 7 | 58 | E | 5C | 0 | 54 | 41 | 7D | 55 | 13 |
| Octal | 7 | 130 | 16 | 134 | 0 | 124 | 101 | 175 | 125 | 23 |
| Binary | 111 | 1011000 | 1110 | 1011100 | 0 | 1010100 | 1000001 | 1111101 | 1010101 | 10011 |
Color Harmonies of #07580E
Complementary color
Monochromatic Colors of #07580E
Black with #07580E
Text Example
Text Example
White with #07580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07580E; }
p { color: rgb(7,88,14); }
H1.HeaderClassName
{
color: #07580E;
}
.AnyTagClassName
{
color: #07580E;
}
</style>
background-color css
<style>
a { background-color: #07580E; }
a { background-color: rgb(7,88,14); }
div.DivClassName
{
background-color: #07580E;
}
.BgClassName
{
background-color: #07580E;
}
</style>
border-color css
<style>
span { border-color: #07580E; }
span { border-color: rgb(7,88,14); }
td.TdClassName
{
border-color: #07580E;
}
.TagClassName
{
border-color: #07580E;
}
</style>