Shades of Myrtle #074C11
Tints of Myrtle #074C11
RGB
CMYK
RGB Variations
Color information
#074C11 (or 0x074C11) is known color: Myrtle. HEX triplet: 07, 4C and 11. RGB value is (7,76,17). Sum of RGB (Red+Green+Blue) = 7+76+17=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 76 (30.08% from 255 or 76% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 76 - color contains mainly: green. Hex color #074C11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C11 is #F8B3EE. Grayscale: #303030. Windows color (decimal): -16298991 or 1133575. OLE color: 1133575.
HSL color Cylindrical-coordinate representation of color #074C11: hue angle of 128.7º 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 #074C11 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 17 | - |
| CMYK | 0.91 | 0 | 0.78 | 0.70 |
| HSL | 128.7º | 0.83% | 0.16% | - |
| HSV(B) | 128.7º | 0.91% | 0.3% | - |
| XYZ | 2.77 | 5.25 | 1.4 | - |
| YUV | 48.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 17 | 0.91 | 0 | 0.78 | 0.70 | 128.7 | 0.83 | 0.16 |
| Hex | 7 | 4C | 11 | 5B | 0 | 4E | 46 | 81 | 53 | 10 |
| Octal | 7 | 114 | 21 | 133 | 0 | 116 | 106 | 201 | 123 | 20 |
| Binary | 111 | 1001100 | 10001 | 1011011 | 0 | 1001110 | 1000110 | 10000001 | 1010011 | 10000 |
Color Harmonies of #074C11
Complementary color
Monochromatic Colors of #074C11
Black with #074C11
Text Example
Text Example
White with #074C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C11; }
p { color: rgb(7,76,17); }
H1.HeaderClassName
{
color: #074C11;
}
.AnyTagClassName
{
color: #074C11;
}
</style>
background-color css
<style>
a { background-color: #074C11; }
a { background-color: rgb(7,76,17); }
div.DivClassName
{
background-color: #074C11;
}
.BgClassName
{
background-color: #074C11;
}
</style>
border-color css
<style>
span { border-color: #074C11; }
span { border-color: rgb(7,76,17); }
td.TdClassName
{
border-color: #074C11;
}
.TagClassName
{
border-color: #074C11;
}
</style>