Shades of Myrtle #073100
Tints of Myrtle #073100
RGB
CMYK
RGB Variations
Color information
#073100 (or 0x073100) is known color: Myrtle. HEX triplet: 07, 31 and 00. RGB value is (7,49,0). Sum of RGB (Red+Green+Blue) = 7+49+0=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 49 (19.53% from 255 or 87.5% from 56); Blue value is 0 (0.39% from 255 or 0% from 56); Max value from RGB is 49 - color contains mainly: green. Hex color #073100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073100 is #F8CEFF. Grayscale: #1F1F1F. Windows color (decimal): -16305920 or 12551. OLE color: 12551.
HSL color Cylindrical-coordinate representation of color #073100: hue angle of 111.43º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #073100 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 0 | - |
| CMYK | 0.86 | 0 | 1 | 0.81 |
| HSL | 111.43º | 1% | 0.1% | - |
| HSV(B) | 111.43º | 1% | 0.19% | - |
| XYZ | 1.19 | 2.24 | 0.37 | - |
| YUV | 30.86 | 110.59 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 0 | 0.86 | 0 | 1 | 0.81 | 111.43 | 1 | 0.1 |
| Hex | 7 | 31 | 0 | 56 | 0 | 64 | 51 | 6F | 64 | A |
| Octal | 7 | 61 | 0 | 126 | 0 | 144 | 121 | 157 | 144 | 12 |
| Binary | 111 | 110001 | 0 | 1010110 | 0 | 1100100 | 1010001 | 1101111 | 1100100 | 1010 |
Color Harmonies of #073100
Complementary color
Monochromatic Colors of #073100
Black with #073100
Text Example
Text Example
White with #073100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073100; }
p { color: rgb(7,49,0); }
H1.HeaderClassName
{
color: #073100;
}
.AnyTagClassName
{
color: #073100;
}
</style>
background-color css
<style>
a { background-color: #073100; }
a { background-color: rgb(7,49,0); }
div.DivClassName
{
background-color: #073100;
}
.BgClassName
{
background-color: #073100;
}
</style>
border-color css
<style>
span { border-color: #073100; }
span { border-color: rgb(7,49,0); }
td.TdClassName
{
border-color: #073100;
}
.TagClassName
{
border-color: #073100;
}
</style>