Shades of Myrtle #074902
Tints of Myrtle #074902
RGB
CMYK
RGB Variations
Color information
#074902 (or 0x074902) is known color: Myrtle. HEX triplet: 07, 49 and 02. RGB value is (7,73,2). Sum of RGB (Red+Green+Blue) = 7+73+2=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 73 (28.91% from 255 or 89.02% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 73 - color contains mainly: green. Hex color #074902 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074902 is #F8B6FD. Grayscale: #2D2D2D. Windows color (decimal): -16299774 or 149767. OLE color: 149767.
HSL color Cylindrical-coordinate representation of color #074902: hue angle of 115.77º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074902 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 2 | - |
| CMYK | 0.90 | 0 | 0.97 | 0.71 |
| HSL | 115.77º | 0.95% | 0.15% | - |
| HSV(B) | 115.77º | 0.97% | 0.29% | - |
| XYZ | 2.48 | 4.81 | 0.86 | - |
| YUV | 45.17 | 103.63 | 100.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 2 | 0.90 | 0 | 0.97 | 0.71 | 115.77 | 0.95 | 0.15 |
| Hex | 7 | 49 | 2 | 5A | 0 | 61 | 47 | 74 | 5F | F |
| Octal | 7 | 111 | 2 | 132 | 0 | 141 | 107 | 164 | 137 | 17 |
| Binary | 111 | 1001001 | 10 | 1011010 | 0 | 1100001 | 1000111 | 1110100 | 1011111 | 1111 |
Color Harmonies of #074902
Complementary color
Monochromatic Colors of #074902
Black with #074902
Text Example
Text Example
White with #074902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074902; }
p { color: rgb(7,73,2); }
H1.HeaderClassName
{
color: #074902;
}
.AnyTagClassName
{
color: #074902;
}
</style>
background-color css
<style>
a { background-color: #074902; }
a { background-color: rgb(7,73,2); }
div.DivClassName
{
background-color: #074902;
}
.BgClassName
{
background-color: #074902;
}
</style>
border-color css
<style>
span { border-color: #074902; }
span { border-color: rgb(7,73,2); }
td.TdClassName
{
border-color: #074902;
}
.TagClassName
{
border-color: #074902;
}
</style>