Shades of Myrtle #072806
Tints of Myrtle #072806
RGB
CMYK
RGB Variations
Color information
#072806 (or 0x072806) is known color: Myrtle. HEX triplet: 07, 28 and 06. RGB value is (7,40,6). Sum of RGB (Red+Green+Blue) = 7+40+6=53 (7% of max value = 765). Red value is 7 (3.12% from 255 or 13.21% from 53); Green value is 40 (16.02% from 255 or 75.47% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 40 - color contains mainly: green. Hex color #072806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072806 is #F8D7F9. Grayscale: #1A1A1A. Windows color (decimal): -16308218 or 403463. OLE color: 403463.
HSL color Cylindrical-coordinate representation of color #072806: hue angle of 118.24º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #072806 is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 40 | 6 | - |
| CMYK | 0.83 | 0 | 0.85 | 0.84 |
| HSL | 118.24º | 0.74% | 0.09% | - |
| HSV(B) | 118.24º | 0.85% | 0.16% | - |
| XYZ | 0.88 | 1.58 | 0.43 | - |
| YUV | 26.26 | 116.57 | 114.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 40 | 6 | 0.83 | 0 | 0.85 | 0.84 | 118.24 | 0.74 | 0.09 |
| Hex | 7 | 28 | 6 | 53 | 0 | 55 | 54 | 76 | 4A | 9 |
| Octal | 7 | 50 | 6 | 123 | 0 | 125 | 124 | 166 | 112 | 11 |
| Binary | 111 | 101000 | 110 | 1010011 | 0 | 1010101 | 1010100 | 1110110 | 1001010 | 1001 |
Color Harmonies of #072806
Complementary color
Monochromatic Colors of #072806
Black with #072806
Text Example
Text Example
White with #072806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072806; }
p { color: rgb(7,40,6); }
H1.HeaderClassName
{
color: #072806;
}
.AnyTagClassName
{
color: #072806;
}
</style>
background-color css
<style>
a { background-color: #072806; }
a { background-color: rgb(7,40,6); }
div.DivClassName
{
background-color: #072806;
}
.BgClassName
{
background-color: #072806;
}
</style>
border-color css
<style>
span { border-color: #072806; }
span { border-color: rgb(7,40,6); }
td.TdClassName
{
border-color: #072806;
}
.TagClassName
{
border-color: #072806;
}
</style>