Shades of Myrtle #074D11
Tints of Myrtle #074D11
RGB
CMYK
RGB Variations
Color information
#074D11 (or 0x074D11) is known color: Myrtle. HEX triplet: 07, 4D and 11. RGB value is (7,77,17). Sum of RGB (Red+Green+Blue) = 7+77+17=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 77 (30.47% from 255 or 76.24% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 77 - color contains mainly: green. Hex color #074D11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D11 is #F8B2EE. Grayscale: #313131. Windows color (decimal): -16298735 or 1133831. OLE color: 1133831.
HSL color Cylindrical-coordinate representation of color #074D11: hue angle of 128.57º 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 #074D11 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 17 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.70 |
| HSL | 128.57º | 0.83% | 0.16% | - |
| HSV(B) | 128.57º | 0.91% | 0.3% | - |
| XYZ | 2.84 | 5.39 | 1.42 | - |
| YUV | 49.23 | 109.81 | 97.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 17 | 0.91 | 0 | 0.78 | 0.70 | 128.57 | 0.83 | 0.16 |
| Hex | 7 | 4D | 11 | 5B | 0 | 4E | 46 | 81 | 53 | 10 |
| Octal | 7 | 115 | 21 | 133 | 0 | 116 | 106 | 201 | 123 | 20 |
| Binary | 111 | 1001101 | 10001 | 1011011 | 0 | 1001110 | 1000110 | 10000001 | 1010011 | 10000 |
Color Harmonies of #074D11
Complementary color
Monochromatic Colors of #074D11
Black with #074D11
Text Example
Text Example
White with #074D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D11; }
p { color: rgb(7,77,17); }
H1.HeaderClassName
{
color: #074D11;
}
.AnyTagClassName
{
color: #074D11;
}
</style>
background-color css
<style>
a { background-color: #074D11; }
a { background-color: rgb(7,77,17); }
div.DivClassName
{
background-color: #074D11;
}
.BgClassName
{
background-color: #074D11;
}
</style>
border-color css
<style>
span { border-color: #074D11; }
span { border-color: rgb(7,77,17); }
td.TdClassName
{
border-color: #074D11;
}
.TagClassName
{
border-color: #074D11;
}
</style>