Shades of Myrtle #074000
Tints of Myrtle #074000
RGB
CMYK
RGB Variations
Color information
#074000 (or 0x074000) is known color: Myrtle. HEX triplet: 07, 40 and 00. RGB value is (7,64,0). Sum of RGB (Red+Green+Blue) = 7+64+0=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 64 (25.39% from 255 or 90.14% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 64 - color contains mainly: green. Hex color #074000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074000 is #F8BFFF. Grayscale: #272727. Windows color (decimal): -16302080 or 16391. OLE color: 16391.
HSL color Cylindrical-coordinate representation of color #074000: hue angle of 113.44º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #074000 is Cyan = 0.89, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 7 | 64 | 0 | - |
| CMYK | 0.89 | 0 | 1 | 0.75 |
| HSL | 113.44º | 1% | 0.13% | - |
| HSV(B) | 113.44º | 1% | 0.25% | - |
| XYZ | 1.92 | 3.71 | 0.62 | - |
| YUV | 39.66 | 105.62 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 64 | 0 | 0.89 | 0 | 1 | 0.75 | 113.44 | 1 | 0.13 |
| Hex | 7 | 40 | 0 | 59 | 0 | 64 | 4B | 71 | 64 | D |
| Octal | 7 | 100 | 0 | 131 | 0 | 144 | 113 | 161 | 144 | 15 |
| Binary | 111 | 1000000 | 0 | 1011001 | 0 | 1100100 | 1001011 | 1110001 | 1100100 | 1101 |
Color Harmonies of #074000
Complementary color
Monochromatic Colors of #074000
Black with #074000
Text Example
Text Example
White with #074000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074000; }
p { color: rgb(7,64,0); }
H1.HeaderClassName
{
color: #074000;
}
.AnyTagClassName
{
color: #074000;
}
</style>
background-color css
<style>
a { background-color: #074000; }
a { background-color: rgb(7,64,0); }
div.DivClassName
{
background-color: #074000;
}
.BgClassName
{
background-color: #074000;
}
</style>
border-color css
<style>
span { border-color: #074000; }
span { border-color: rgb(7,64,0); }
td.TdClassName
{
border-color: #074000;
}
.TagClassName
{
border-color: #074000;
}
</style>