Shades of Myrtle #074D0C
Tints of Myrtle #074D0C
RGB
CMYK
RGB Variations
Color information
#074D0C (or 0x074D0C) is known color: Myrtle. HEX triplet: 07, 4D and 0C. RGB value is (7,77,12). Sum of RGB (Red+Green+Blue) = 7+77+12=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 77 (30.47% from 255 or 80.21% from 96); Blue value is 12 (5.08% from 255 or 12.5% from 96); Max value from RGB is 77 - color contains mainly: green. Hex color #074D0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D0C is #F8B2F3. Grayscale: #303030. Windows color (decimal): -16298740 or 806151. OLE color: 806151.
HSL color Cylindrical-coordinate representation of color #074D0C: hue angle of 124.29º 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 #074D0C is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 12 | - |
| CMYK | 0.91 | 0 | 0.84 | 0.70 |
| HSL | 124.29º | 0.83% | 0.16% | - |
| HSV(B) | 124.29º | 0.91% | 0.3% | - |
| XYZ | 2.81 | 5.38 | 1.24 | - |
| YUV | 48.66 | 107.31 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 12 | 0.91 | 0 | 0.84 | 0.70 | 124.29 | 0.83 | 0.16 |
| Hex | 7 | 4D | C | 5B | 0 | 54 | 46 | 7C | 53 | 10 |
| Octal | 7 | 115 | 14 | 133 | 0 | 124 | 106 | 174 | 123 | 20 |
| Binary | 111 | 1001101 | 1100 | 1011011 | 0 | 1010100 | 1000110 | 1111100 | 1010011 | 10000 |
Color Harmonies of #074D0C
Complementary color
Monochromatic Colors of #074D0C
Black with #074D0C
Text Example
Text Example
White with #074D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D0C; }
p { color: rgb(7,77,12); }
H1.HeaderClassName
{
color: #074D0C;
}
.AnyTagClassName
{
color: #074D0C;
}
</style>
background-color css
<style>
a { background-color: #074D0C; }
a { background-color: rgb(7,77,12); }
div.DivClassName
{
background-color: #074D0C;
}
.BgClassName
{
background-color: #074D0C;
}
</style>
border-color css
<style>
span { border-color: #074D0C; }
span { border-color: rgb(7,77,12); }
td.TdClassName
{
border-color: #074D0C;
}
.TagClassName
{
border-color: #074D0C;
}
</style>