Shades of Myrtle #072A05
Tints of Myrtle #072A05
RGB
CMYK
RGB Variations
Color information
#072A05 (or 0x072A05) is known color: Myrtle. HEX triplet: 07, 2A and 05. RGB value is (7,42,5). Sum of RGB (Red+Green+Blue) = 7+42+5=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 42 (16.80% from 255 or 77.78% from 54); Blue value is 5 (2.34% from 255 or 9.26% from 54); Max value from RGB is 42 - color contains mainly: green. Hex color #072A05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072A05 is #F8D5FA. Grayscale: #1B1B1B. Windows color (decimal): -16307707 or 338439. OLE color: 338439.
HSL color Cylindrical-coordinate representation of color #072A05: hue angle of 116.76º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072A05 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 7 | 42 | 5 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.84 |
| HSL | 116.76º | 0.79% | 0.09% | - |
| HSV(B) | 116.76º | 0.88% | 0.16% | - |
| XYZ | 0.94 | 1.71 | 0.42 | - |
| YUV | 27.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 5 | 0.83 | 0 | 0.88 | 0.84 | 116.76 | 0.79 | 0.09 |
| Hex | 7 | 2A | 5 | 53 | 0 | 58 | 54 | 75 | 4F | 9 |
| Octal | 7 | 52 | 5 | 123 | 0 | 130 | 124 | 165 | 117 | 11 |
| Binary | 111 | 101010 | 101 | 1010011 | 0 | 1011000 | 1010100 | 1110101 | 1001111 | 1001 |
Color Harmonies of #072A05
Complementary color
Monochromatic Colors of #072A05
Black with #072A05
Text Example
Text Example
White with #072A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A05; }
p { color: rgb(7,42,5); }
H1.HeaderClassName
{
color: #072A05;
}
.AnyTagClassName
{
color: #072A05;
}
</style>
background-color css
<style>
a { background-color: #072A05; }
a { background-color: rgb(7,42,5); }
div.DivClassName
{
background-color: #072A05;
}
.BgClassName
{
background-color: #072A05;
}
</style>
border-color css
<style>
span { border-color: #072A05; }
span { border-color: rgb(7,42,5); }
td.TdClassName
{
border-color: #072A05;
}
.TagClassName
{
border-color: #072A05;
}
</style>