Shades of Myrtle #0C4600
Tints of Myrtle #0C4600
RGB
CMYK
RGB Variations
Color information
#0C4600 (or 0x0C4600) is known color: Myrtle. HEX triplet: 0C, 46 and 00. RGB value is (12,70,0). Sum of RGB (Red+Green+Blue) = 12+70+0=82 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.63% from 82); Green value is 70 (27.73% from 255 or 85.37% from 82); Blue value is 0 (0.39% from 255 or 0% from 82); Max value from RGB is 70 - color contains mainly: green. Hex color #0C4600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4600 is #F3B9FF. Grayscale: #2C2C2C. Windows color (decimal): -15972864 or 17932. OLE color: 17932.
HSL color Cylindrical-coordinate representation of color #0C4600: hue angle of 109.71º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C4600 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 12 | 70 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.73 |
| HSL | 109.71º | 1% | 0.14% | - |
| HSV(B) | 109.71º | 1% | 0.27% | - |
| XYZ | 2.34 | 4.46 | 0.74 | - |
| YUV | 44.68 | 102.78 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 70 | 0 | 0.83 | 0 | 1 | 0.73 | 109.71 | 1 | 0.14 |
| Hex | C | 46 | 0 | 53 | 0 | 64 | 49 | 6E | 64 | E |
| Octal | 14 | 106 | 0 | 123 | 0 | 144 | 111 | 156 | 144 | 16 |
| Binary | 1100 | 1000110 | 0 | 1010011 | 0 | 1100100 | 1001001 | 1101110 | 1100100 | 1110 |
Color Harmonies of #0C4600
Complementary color
Monochromatic Colors of #0C4600
Black with #0C4600
Text Example
Text Example
White with #0C4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4600; }
p { color: rgb(12,70,0); }
H1.HeaderClassName
{
color: #0C4600;
}
.AnyTagClassName
{
color: #0C4600;
}
</style>
background-color css
<style>
a { background-color: #0C4600; }
a { background-color: rgb(12,70,0); }
div.DivClassName
{
background-color: #0C4600;
}
.BgClassName
{
background-color: #0C4600;
}
</style>
border-color css
<style>
span { border-color: #0C4600; }
span { border-color: rgb(12,70,0); }
td.TdClassName
{
border-color: #0C4600;
}
.TagClassName
{
border-color: #0C4600;
}
</style>