Shades of Myrtle #074A0F
Tints of Myrtle #074A0F
RGB
CMYK
RGB Variations
Color information
#074A0F (or 0x074A0F) is known color: Myrtle. HEX triplet: 07, 4A and 0F. RGB value is (7,74,15). Sum of RGB (Red+Green+Blue) = 7+74+15=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 74 (29.30% from 255 or 77.08% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 74 - color contains mainly: green. Hex color #074A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A0F is #F8B5F0. Grayscale: #2F2F2F. Windows color (decimal): -16299505 or 1001991. OLE color: 1001991.
HSL color Cylindrical-coordinate representation of color #074A0F: hue angle of 127.16º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A0F is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 74 | 15 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.71 |
| HSL | 127.16º | 0.83% | 0.16% | - |
| HSV(B) | 127.16º | 0.91% | 0.29% | - |
| XYZ | 2.62 | 4.98 | 1.27 | - |
| YUV | 47.24 | 109.8 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 74 | 15 | 0.91 | 0 | 0.80 | 0.71 | 127.16 | 0.83 | 0.16 |
| Hex | 7 | 4A | F | 5B | 0 | 50 | 47 | 7F | 53 | 10 |
| Octal | 7 | 112 | 17 | 133 | 0 | 120 | 107 | 177 | 123 | 20 |
| Binary | 111 | 1001010 | 1111 | 1011011 | 0 | 1010000 | 1000111 | 1111111 | 1010011 | 10000 |
Color Harmonies of #074A0F
Complementary color
Monochromatic Colors of #074A0F
Black with #074A0F
Text Example
Text Example
White with #074A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074A0F; }
p { color: rgb(7,74,15); }
H1.HeaderClassName
{
color: #074A0F;
}
.AnyTagClassName
{
color: #074A0F;
}
</style>
background-color css
<style>
a { background-color: #074A0F; }
a { background-color: rgb(7,74,15); }
div.DivClassName
{
background-color: #074A0F;
}
.BgClassName
{
background-color: #074A0F;
}
</style>
border-color css
<style>
span { border-color: #074A0F; }
span { border-color: rgb(7,74,15); }
td.TdClassName
{
border-color: #074A0F;
}
.TagClassName
{
border-color: #074A0F;
}
</style>