Shades of Myrtle #074C05
Tints of Myrtle #074C05
RGB
CMYK
RGB Variations
Color information
#074C05 (or 0x074C05) is known color: Myrtle. HEX triplet: 07, 4C and 05. RGB value is (7,76,5). Sum of RGB (Red+Green+Blue) = 7+76+5=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 76 (30.08% from 255 or 86.36% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 76 - color contains mainly: green. Hex color #074C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C05 is #F8B3FA. Grayscale: #2F2F2F. Windows color (decimal): -16299003 or 347143. OLE color: 347143.
HSL color Cylindrical-coordinate representation of color #074C05: hue angle of 118.31º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074C05 is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 5 | - |
| CMYK | 0.91 | 0 | 0.93 | 0.70 |
| HSL | 118.31º | 0.88% | 0.16% | - |
| HSV(B) | 118.31º | 0.93% | 0.3% | - |
| XYZ | 2.7 | 5.23 | 1.01 | - |
| YUV | 47.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 5 | 0.91 | 0 | 0.93 | 0.70 | 118.31 | 0.88 | 0.16 |
| Hex | 7 | 4C | 5 | 5B | 0 | 5D | 46 | 76 | 58 | 10 |
| Octal | 7 | 114 | 5 | 133 | 0 | 135 | 106 | 166 | 130 | 20 |
| Binary | 111 | 1001100 | 101 | 1011011 | 0 | 1011101 | 1000110 | 1110110 | 1011000 | 10000 |
Color Harmonies of #074C05
Complementary color
Monochromatic Colors of #074C05
Black with #074C05
Text Example
Text Example
White with #074C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C05; }
p { color: rgb(7,76,5); }
H1.HeaderClassName
{
color: #074C05;
}
.AnyTagClassName
{
color: #074C05;
}
</style>
background-color css
<style>
a { background-color: #074C05; }
a { background-color: rgb(7,76,5); }
div.DivClassName
{
background-color: #074C05;
}
.BgClassName
{
background-color: #074C05;
}
</style>
border-color css
<style>
span { border-color: #074C05; }
span { border-color: rgb(7,76,5); }
td.TdClassName
{
border-color: #074C05;
}
.TagClassName
{
border-color: #074C05;
}
</style>