Shades of Myrtle #074C0A
Tints of Myrtle #074C0A
RGB
CMYK
RGB Variations
Color information
#074C0A (or 0x074C0A) is known color: Myrtle. HEX triplet: 07, 4C and 0A. RGB value is (7,76,10). Sum of RGB (Red+Green+Blue) = 7+76+10=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 76 (30.08% from 255 or 81.72% from 93); Blue value is 10 (4.30% from 255 or 10.75% from 93); Max value from RGB is 76 - color contains mainly: green. Hex color #074C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074C0A is #F8B3F5. Grayscale: #303030. Windows color (decimal): -16298998 or 674823. OLE color: 674823.
HSL color Cylindrical-coordinate representation of color #074C0A: hue angle of 122.61º 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 #074C0A is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 76 | 10 | - |
| CMYK | 0.91 | 0 | 0.87 | 0.70 |
| HSL | 122.61º | 0.83% | 0.16% | - |
| HSV(B) | 122.61º | 0.91% | 0.3% | - |
| XYZ | 2.73 | 5.24 | 1.15 | - |
| YUV | 47.85 | 106.64 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 76 | 10 | 0.91 | 0 | 0.87 | 0.70 | 122.61 | 0.83 | 0.16 |
| Hex | 7 | 4C | A | 5B | 0 | 57 | 46 | 7B | 53 | 10 |
| Octal | 7 | 114 | 12 | 133 | 0 | 127 | 106 | 173 | 123 | 20 |
| Binary | 111 | 1001100 | 1010 | 1011011 | 0 | 1010111 | 1000110 | 1111011 | 1010011 | 10000 |
Color Harmonies of #074C0A
Complementary color
Monochromatic Colors of #074C0A
Black with #074C0A
Text Example
Text Example
White with #074C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074C0A; }
p { color: rgb(7,76,10); }
H1.HeaderClassName
{
color: #074C0A;
}
.AnyTagClassName
{
color: #074C0A;
}
</style>
background-color css
<style>
a { background-color: #074C0A; }
a { background-color: rgb(7,76,10); }
div.DivClassName
{
background-color: #074C0A;
}
.BgClassName
{
background-color: #074C0A;
}
</style>
border-color css
<style>
span { border-color: #074C0A; }
span { border-color: rgb(7,76,10); }
td.TdClassName
{
border-color: #074C0A;
}
.TagClassName
{
border-color: #074C0A;
}
</style>