Shades of Myrtle #074D0B
Tints of Myrtle #074D0B
RGB
CMYK
RGB Variations
Color information
#074D0B (or 0x074D0B) is known color: Myrtle. HEX triplet: 07, 4D and 0B. RGB value is (7,77,11). Sum of RGB (Red+Green+Blue) = 7+77+11=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 77 (30.47% from 255 or 81.05% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 77 - color contains mainly: green. Hex color #074D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D0B is #F8B2F4. Grayscale: #303030. Windows color (decimal): -16298741 or 740615. OLE color: 740615.
HSL color Cylindrical-coordinate representation of color #074D0B: hue angle of 123.43º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074D0B is Cyan = 0.91, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 11 | - |
| CMYK | 0.91 | 0 | 0.86 | 0.70 |
| HSL | 123.43º | 0.83% | 0.16% | - |
| HSV(B) | 123.43º | 0.91% | 0.3% | - |
| XYZ | 2.8 | 5.38 | 1.21 | - |
| YUV | 48.55 | 106.81 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 11 | 0.91 | 0 | 0.86 | 0.70 | 123.43 | 0.83 | 0.16 |
| Hex | 7 | 4D | B | 5B | 0 | 56 | 46 | 7B | 53 | 10 |
| Octal | 7 | 115 | 13 | 133 | 0 | 126 | 106 | 173 | 123 | 20 |
| Binary | 111 | 1001101 | 1011 | 1011011 | 0 | 1010110 | 1000110 | 1111011 | 1010011 | 10000 |
Color Harmonies of #074D0B
Complementary color
Monochromatic Colors of #074D0B
Black with #074D0B
Text Example
Text Example
White with #074D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D0B; }
p { color: rgb(7,77,11); }
H1.HeaderClassName
{
color: #074D0B;
}
.AnyTagClassName
{
color: #074D0B;
}
</style>
background-color css
<style>
a { background-color: #074D0B; }
a { background-color: rgb(7,77,11); }
div.DivClassName
{
background-color: #074D0B;
}
.BgClassName
{
background-color: #074D0B;
}
</style>
border-color css
<style>
span { border-color: #074D0B; }
span { border-color: rgb(7,77,11); }
td.TdClassName
{
border-color: #074D0B;
}
.TagClassName
{
border-color: #074D0B;
}
</style>