Shades of Myrtle #074901
Tints of Myrtle #074901
RGB
CMYK
RGB Variations
Color information
#074901 (or 0x074901) is known color: Myrtle. HEX triplet: 07, 49 and 01. RGB value is (7,73,1). Sum of RGB (Red+Green+Blue) = 7+73+1=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 73 (28.91% from 255 or 90.12% from 81); Blue value is 1 (0.78% from 255 or 1.23% from 81); Max value from RGB is 73 - color contains mainly: green. Hex color #074901 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074901 is #F8B6FE. Grayscale: #2D2D2D. Windows color (decimal): -16299775 or 84231. OLE color: 84231.
HSL color Cylindrical-coordinate representation of color #074901: hue angle of 115º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #074901 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 73 | 1 | - |
| CMYK | 0.90 | 0 | 0.99 | 0.71 |
| HSL | 115º | 0.97% | 0.15% | - |
| HSV(B) | 115º | 0.99% | 0.29% | - |
| XYZ | 2.48 | 4.81 | 0.83 | - |
| YUV | 45.06 | 103.13 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 73 | 1 | 0.90 | 0 | 0.99 | 0.71 | 115 | 0.97 | 0.15 |
| Hex | 7 | 49 | 1 | 5A | 0 | 63 | 47 | 73 | 61 | F |
| Octal | 7 | 111 | 1 | 132 | 0 | 143 | 107 | 163 | 141 | 17 |
| Binary | 111 | 1001001 | 1 | 1011010 | 0 | 1100011 | 1000111 | 1110011 | 1100001 | 1111 |
Color Harmonies of #074901
Complementary color
Monochromatic Colors of #074901
Black with #074901
Text Example
Text Example
White with #074901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074901; }
p { color: rgb(7,73,1); }
H1.HeaderClassName
{
color: #074901;
}
.AnyTagClassName
{
color: #074901;
}
</style>
background-color css
<style>
a { background-color: #074901; }
a { background-color: rgb(7,73,1); }
div.DivClassName
{
background-color: #074901;
}
.BgClassName
{
background-color: #074901;
}
</style>
border-color css
<style>
span { border-color: #074901; }
span { border-color: rgb(7,73,1); }
td.TdClassName
{
border-color: #074901;
}
.TagClassName
{
border-color: #074901;
}
</style>