Shades of Myrtle #074402
Tints of Myrtle #074402
RGB
CMYK
RGB Variations
Color information
#074402 (or 0x074402) is known color: Myrtle. HEX triplet: 07, 44 and 02. RGB value is (7,68,2). Sum of RGB (Red+Green+Blue) = 7+68+2=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 68 (26.95% from 255 or 88.31% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 68 - color contains mainly: green. Hex color #074402 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074402 is #F8BBFD. Grayscale: #2A2A2A. Windows color (decimal): -16301054 or 148487. OLE color: 148487.
HSL color Cylindrical-coordinate representation of color #074402: hue angle of 115.45º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074402 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 68 | 2 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.73 |
| HSL | 115.45º | 0.94% | 0.14% | - |
| HSV(B) | 115.45º | 0.97% | 0.27% | - |
| XYZ | 2.17 | 4.18 | 0.75 | - |
| YUV | 42.24 | 105.29 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 68 | 2 | 0.90 | 0 | 0.97 | 0.73 | 115.45 | 0.94 | 0.14 |
| Hex | 7 | 44 | 2 | 5A | 0 | 61 | 49 | 73 | 5E | E |
| Octal | 7 | 104 | 2 | 132 | 0 | 141 | 111 | 163 | 136 | 16 |
| Binary | 111 | 1000100 | 10 | 1011010 | 0 | 1100001 | 1001001 | 1110011 | 1011110 | 1110 |
Color Harmonies of #074402
Complementary color
Monochromatic Colors of #074402
Black with #074402
Text Example
Text Example
White with #074402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074402; }
p { color: rgb(7,68,2); }
H1.HeaderClassName
{
color: #074402;
}
.AnyTagClassName
{
color: #074402;
}
</style>
background-color css
<style>
a { background-color: #074402; }
a { background-color: rgb(7,68,2); }
div.DivClassName
{
background-color: #074402;
}
.BgClassName
{
background-color: #074402;
}
</style>
border-color css
<style>
span { border-color: #074402; }
span { border-color: rgb(7,68,2); }
td.TdClassName
{
border-color: #074402;
}
.TagClassName
{
border-color: #074402;
}
</style>