Shades of Myrtle #074D08
Tints of Myrtle #074D08
RGB
CMYK
RGB Variations
Color information
#074D08 (or 0x074D08) is known color: Myrtle. HEX triplet: 07, 4D and 08. RGB value is (7,77,8). Sum of RGB (Red+Green+Blue) = 7+77+8=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 77 (30.47% from 255 or 83.70% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 77 - color contains mainly: green. Hex color #074D08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D08 is #F8B2F7. Grayscale: #303030. Windows color (decimal): -16298744 or 544007. OLE color: 544007.
HSL color Cylindrical-coordinate representation of color #074D08: hue angle of 120.86º 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 #074D08 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 77 | 8 | - |
| CMYK | 0.91 | 0 | 0.90 | 0.70 |
| HSL | 120.86º | 0.83% | 0.16% | - |
| HSV(B) | 120.86º | 0.91% | 0.3% | - |
| XYZ | 2.79 | 5.37 | 1.12 | - |
| YUV | 48.2 | 105.31 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 77 | 8 | 0.91 | 0 | 0.90 | 0.70 | 120.86 | 0.83 | 0.16 |
| Hex | 7 | 4D | 8 | 5B | 0 | 5A | 46 | 79 | 53 | 10 |
| Octal | 7 | 115 | 10 | 133 | 0 | 132 | 106 | 171 | 123 | 20 |
| Binary | 111 | 1001101 | 1000 | 1011011 | 0 | 1011010 | 1000110 | 1111001 | 1010011 | 10000 |
Color Harmonies of #074D08
Complementary color
Monochromatic Colors of #074D08
Black with #074D08
Text Example
Text Example
White with #074D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074D08; }
p { color: rgb(7,77,8); }
H1.HeaderClassName
{
color: #074D08;
}
.AnyTagClassName
{
color: #074D08;
}
</style>
background-color css
<style>
a { background-color: #074D08; }
a { background-color: rgb(7,77,8); }
div.DivClassName
{
background-color: #074D08;
}
.BgClassName
{
background-color: #074D08;
}
</style>
border-color css
<style>
span { border-color: #074D08; }
span { border-color: rgb(7,77,8); }
td.TdClassName
{
border-color: #074D08;
}
.TagClassName
{
border-color: #074D08;
}
</style>