Shades of Myrtle #074F12
Tints of Myrtle #074F12
RGB
CMYK
RGB Variations
Color information
#074F12 (or 0x074F12) is known color: Myrtle. HEX triplet: 07, 4F and 12. RGB value is (7,79,18). Sum of RGB (Red+Green+Blue) = 7+79+18=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 79 (31.25% from 255 or 75.96% from 104); Blue value is 18 (7.42% from 255 or 17.31% from 104); Max value from RGB is 79 - color contains mainly: green. Hex color #074F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074F12 is #F8B0ED. Grayscale: #323232. Windows color (decimal): -16298222 or 1199879. OLE color: 1199879.
HSL color Cylindrical-coordinate representation of color #074F12: hue angle of 129.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074F12 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 79 | 18 | - |
| CMYK | 0.91 | 0 | 0.77 | 0.69 |
| HSL | 129.17º | 0.84% | 0.17% | - |
| HSV(B) | 129.17º | 0.91% | 0.31% | - |
| XYZ | 2.99 | 5.68 | 1.51 | - |
| YUV | 50.52 | 109.65 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 79 | 18 | 0.91 | 0 | 0.77 | 0.69 | 129.17 | 0.84 | 0.17 |
| Hex | 7 | 4F | 12 | 5B | 0 | 4D | 45 | 81 | 54 | 11 |
| Octal | 7 | 117 | 22 | 133 | 0 | 115 | 105 | 201 | 124 | 21 |
| Binary | 111 | 1001111 | 10010 | 1011011 | 0 | 1001101 | 1000101 | 10000001 | 1010100 | 10001 |
Color Harmonies of #074F12
Complementary color
Monochromatic Colors of #074F12
Black with #074F12
Text Example
Text Example
White with #074F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074F12; }
p { color: rgb(7,79,18); }
H1.HeaderClassName
{
color: #074F12;
}
.AnyTagClassName
{
color: #074F12;
}
</style>
background-color css
<style>
a { background-color: #074F12; }
a { background-color: rgb(7,79,18); }
div.DivClassName
{
background-color: #074F12;
}
.BgClassName
{
background-color: #074F12;
}
</style>
border-color css
<style>
span { border-color: #074F12; }
span { border-color: rgb(7,79,18); }
td.TdClassName
{
border-color: #074F12;
}
.TagClassName
{
border-color: #074F12;
}
</style>