Shades of Myrtle #07580A
Tints of Myrtle #07580A
RGB
CMYK
RGB Variations
Color information
#07580A (or 0x07580A) is known color: Myrtle. HEX triplet: 07, 58 and 0A. RGB value is (7,88,10). Sum of RGB (Red+Green+Blue) = 7+88+10=105 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.67% from 105); Green value is 88 (34.77% from 255 or 83.81% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 88 - color contains mainly: green. Hex color #07580A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #07580A is #F8A7F5. Grayscale: #373737. Windows color (decimal): -16295926 or 677895. OLE color: 677895.
HSL color Cylindrical-coordinate representation of color #07580A: hue angle of 122.22º 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 #07580A is Cyan = 0.92, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 7 | 88 | 10 | - |
| CMYK | 0.92 | 0 | 0.89 | 0.65 |
| HSL | 122.22º | 0.85% | 0.19% | - |
| HSV(B) | 122.22º | 0.92% | 0.35% | - |
| XYZ | 3.63 | 7.05 | 1.46 | - |
| YUV | 54.89 | 102.66 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 88 | 10 | 0.92 | 0 | 0.89 | 0.65 | 122.22 | 0.85 | 0.19 |
| Hex | 7 | 58 | A | 5C | 0 | 59 | 41 | 7A | 55 | 13 |
| Octal | 7 | 130 | 12 | 134 | 0 | 131 | 101 | 172 | 125 | 23 |
| Binary | 111 | 1011000 | 1010 | 1011100 | 0 | 1011001 | 1000001 | 1111010 | 1010101 | 10011 |
Color Harmonies of #07580A
Complementary color
Monochromatic Colors of #07580A
Black with #07580A
Text Example
Text Example
White with #07580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07580A; }
p { color: rgb(7,88,10); }
H1.HeaderClassName
{
color: #07580A;
}
.AnyTagClassName
{
color: #07580A;
}
</style>
background-color css
<style>
a { background-color: #07580A; }
a { background-color: rgb(7,88,10); }
div.DivClassName
{
background-color: #07580A;
}
.BgClassName
{
background-color: #07580A;
}
</style>
border-color css
<style>
span { border-color: #07580A; }
span { border-color: rgb(7,88,10); }
td.TdClassName
{
border-color: #07580A;
}
.TagClassName
{
border-color: #07580A;
}
</style>