Shades of Myrtle #074D10
Tints of Myrtle #074D10
RGB
CMYK
RGB Variations
Color information
#074D10 (or 0x074D10) is known color: Myrtle. HEX triplet: 07, 4D and 10. RGB value is (7,77,16). Sum of RGB (Red+Green+Blue) = 7+77+16=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 77 (30.47% from 255 or 77% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 77 - color contains mainly: green. Hex color #074D10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D10 is #F8B2EF. Grayscale: #313131. Windows color (decimal): -16298736 or 1068295. OLE color: 1068295.
HSL color Cylindrical-coordinate representation of color #074D10: hue angle of 127.71º 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 #074D10 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 16 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.70 |
| HSL | 127.71º | 0.83% | 0.16% | - |
| HSV(B) | 127.71º | 0.91% | 0.3% | - |
| XYZ | 2.84 | 5.39 | 1.38 | - |
| YUV | 49.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 16 | 0.91 | 0 | 0.79 | 0.70 | 127.71 | 0.83 | 0.16 |
| Hex | 7 | 4D | 10 | 5B | 0 | 4F | 46 | 80 | 53 | 10 |
| Octal | 7 | 115 | 20 | 133 | 0 | 117 | 106 | 200 | 123 | 20 |
| Binary | 111 | 1001101 | 10000 | 1011011 | 0 | 1001111 | 1000110 | 10000000 | 1010011 | 10000 |
Color Harmonies of #074D10
Complementary color
Monochromatic Colors of #074D10
Black with #074D10
Text Example
Text Example
White with #074D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D10; }
p { color: rgb(7,77,16); }
H1.HeaderClassName
{
color: #074D10;
}
.AnyTagClassName
{
color: #074D10;
}
</style>
background-color css
<style>
a { background-color: #074D10; }
a { background-color: rgb(7,77,16); }
div.DivClassName
{
background-color: #074D10;
}
.BgClassName
{
background-color: #074D10;
}
</style>
border-color css
<style>
span { border-color: #074D10; }
span { border-color: rgb(7,77,16); }
td.TdClassName
{
border-color: #074D10;
}
.TagClassName
{
border-color: #074D10;
}
</style>