Shades of Myrtle #0C4107
Tints of Myrtle #0C4107
RGB
CMYK
RGB Variations
Color information
#0C4107 (or 0x0C4107) is known color: Myrtle. HEX triplet: 0C, 41 and 07. RGB value is (12,65,7). Sum of RGB (Red+Green+Blue) = 12+65+7=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #0C4107 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4107 is #F3BEF8. Grayscale: #2A2A2A. Windows color (decimal): -15974137 or 475404. OLE color: 475404.
HSL color Cylindrical-coordinate representation of color #0C4107: hue angle of 114.83º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4107 is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 65 | 7 | - |
| CMYK | 0.82 | 0 | 0.89 | 0.75 |
| HSL | 114.83º | 0.81% | 0.14% | - |
| HSV(B) | 114.83º | 0.89% | 0.25% | - |
| XYZ | 2.08 | 3.87 | 0.84 | - |
| YUV | 42.54 | 107.94 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 65 | 7 | 0.82 | 0 | 0.89 | 0.75 | 114.83 | 0.81 | 0.14 |
| Hex | C | 41 | 7 | 52 | 0 | 59 | 4B | 73 | 51 | E |
| Octal | 14 | 101 | 7 | 122 | 0 | 131 | 113 | 163 | 121 | 16 |
| Binary | 1100 | 1000001 | 111 | 1010010 | 0 | 1011001 | 1001011 | 1110011 | 1010001 | 1110 |
Color Harmonies of #0C4107
Complementary color
Monochromatic Colors of #0C4107
Black with #0C4107
Text Example
Text Example
White with #0C4107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4107; }
p { color: rgb(12,65,7); }
H1.HeaderClassName
{
color: #0C4107;
}
.AnyTagClassName
{
color: #0C4107;
}
</style>
background-color css
<style>
a { background-color: #0C4107; }
a { background-color: rgb(12,65,7); }
div.DivClassName
{
background-color: #0C4107;
}
.BgClassName
{
background-color: #0C4107;
}
</style>
border-color css
<style>
span { border-color: #0C4107; }
span { border-color: rgb(12,65,7); }
td.TdClassName
{
border-color: #0C4107;
}
.TagClassName
{
border-color: #0C4107;
}
</style>