Shades of Myrtle #074001
Tints of Myrtle #074001
RGB
CMYK
RGB Variations
Color information
#074001 (or 0x074001) is known color: Myrtle. HEX triplet: 07, 40 and 01. RGB value is (7,64,1). Sum of RGB (Red+Green+Blue) = 7+64+1=72 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.72% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 1 (0.78% from 255 or 1.39% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #074001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074001 is #F8BFFE. Grayscale: #272727. Windows color (decimal): -16302079 or 81927. OLE color: 81927.
HSL color Cylindrical-coordinate representation of color #074001: hue angle of 114.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #074001 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 1 | - |
| CMYK | 0.89 | 0 | 0.98 | 0.75 |
| HSL | 114.29º | 0.97% | 0.13% | - |
| HSV(B) | 114.29º | 0.98% | 0.25% | - |
| XYZ | 1.93 | 3.71 | 0.64 | - |
| YUV | 39.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 1 | 0.89 | 0 | 0.98 | 0.75 | 114.29 | 0.97 | 0.13 |
| Hex | 7 | 40 | 1 | 59 | 0 | 62 | 4B | 72 | 61 | D |
| Octal | 7 | 100 | 1 | 131 | 0 | 142 | 113 | 162 | 141 | 15 |
| Binary | 111 | 1000000 | 1 | 1011001 | 0 | 1100010 | 1001011 | 1110010 | 1100001 | 1101 |
Color Harmonies of #074001
Complementary color
Monochromatic Colors of #074001
Black with #074001
Text Example
Text Example
White with #074001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074001; }
p { color: rgb(7,64,1); }
H1.HeaderClassName
{
color: #074001;
}
.AnyTagClassName
{
color: #074001;
}
</style>
background-color css
<style>
a { background-color: #074001; }
a { background-color: rgb(7,64,1); }
div.DivClassName
{
background-color: #074001;
}
.BgClassName
{
background-color: #074001;
}
</style>
border-color css
<style>
span { border-color: #074001; }
span { border-color: rgb(7,64,1); }
td.TdClassName
{
border-color: #074001;
}
.TagClassName
{
border-color: #074001;
}
</style>