Shades of Myrtle #0C2709
Tints of Myrtle #0C2709
RGB
CMYK
RGB Variations
Color information
#0C2709 (or 0x0C2709) is known color: Myrtle. HEX triplet: 0C, 27 and 09. RGB value is (12,39,9). Sum of RGB (Red+Green+Blue) = 12+39+9=60 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20% from 60); Green value is 39 (15.62% from 255 or 65% from 60); Blue value is 9 (3.91% from 255 or 15% from 60); Max value from RGB is 39 - color contains mainly: green. Hex color #0C2709 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2709 is #F3D8F6. Grayscale: #1B1B1B. Windows color (decimal): -15980791 or 599820. OLE color: 599820.
HSL color Cylindrical-coordinate representation of color #0C2709: hue angle of 114º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0C2709 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 39 | 9 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.85 |
| HSL | 114º | 0.63% | 0.09% | - |
| HSV(B) | 114º | 0.77% | 0.15% | - |
| XYZ | 0.93 | 1.55 | 0.51 | - |
| YUV | 27.51 | 117.55 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 9 | 0.69 | 0 | 0.77 | 0.85 | 114 | 0.63 | 0.09 |
| Hex | C | 27 | 9 | 45 | 0 | 4D | 55 | 72 | 3E | 9 |
| Octal | 14 | 47 | 11 | 105 | 0 | 115 | 125 | 162 | 76 | 11 |
| Binary | 1100 | 100111 | 1001 | 1000101 | 0 | 1001101 | 1010101 | 1110010 | 111110 | 1001 |
Color Harmonies of #0C2709
Complementary color
Monochromatic Colors of #0C2709
Black with #0C2709
Text Example
Text Example
White with #0C2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2709; }
p { color: rgb(12,39,9); }
H1.HeaderClassName
{
color: #0C2709;
}
.AnyTagClassName
{
color: #0C2709;
}
</style>
background-color css
<style>
a { background-color: #0C2709; }
a { background-color: rgb(12,39,9); }
div.DivClassName
{
background-color: #0C2709;
}
.BgClassName
{
background-color: #0C2709;
}
</style>
border-color css
<style>
span { border-color: #0C2709; }
span { border-color: rgb(12,39,9); }
td.TdClassName
{
border-color: #0C2709;
}
.TagClassName
{
border-color: #0C2709;
}
</style>