Shades of Myrtle #0C2806
Tints of Myrtle #0C2806
RGB
CMYK
RGB Variations
Color information
#0C2806 (or 0x0C2806) is known color: Myrtle. HEX triplet: 0C, 28 and 06. RGB value is (12,40,6). Sum of RGB (Red+Green+Blue) = 12+40+6=58 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.69% from 58); Green value is 40 (16.02% from 255 or 68.97% from 58); Blue value is 6 (2.73% from 255 or 10.34% from 58); Max value from RGB is 40 - color contains mainly: green. Hex color #0C2806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2806 is #F3D7F9. Grayscale: #1B1B1B. Windows color (decimal): -15980538 or 403468. OLE color: 403468.
HSL color Cylindrical-coordinate representation of color #0C2806: hue angle of 109.41º degrees, saturation: 0.74, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2806 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 12 | 40 | 6 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.84 |
| HSL | 109.41º | 0.74% | 0.09% | - |
| HSV(B) | 109.41º | 0.85% | 0.16% | - |
| XYZ | 0.94 | 1.61 | 0.43 | - |
| YUV | 27.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 40 | 6 | 0.70 | 0 | 0.85 | 0.84 | 109.41 | 0.74 | 0.09 |
| Hex | C | 28 | 6 | 46 | 0 | 55 | 54 | 6D | 4A | 9 |
| Octal | 14 | 50 | 6 | 106 | 0 | 125 | 124 | 155 | 112 | 11 |
| Binary | 1100 | 101000 | 110 | 1000110 | 0 | 1010101 | 1010100 | 1101101 | 1001010 | 1001 |
Color Harmonies of #0C2806
Complementary color
Monochromatic Colors of #0C2806
Black with #0C2806
Text Example
Text Example
White with #0C2806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2806; }
p { color: rgb(12,40,6); }
H1.HeaderClassName
{
color: #0C2806;
}
.AnyTagClassName
{
color: #0C2806;
}
</style>
background-color css
<style>
a { background-color: #0C2806; }
a { background-color: rgb(12,40,6); }
div.DivClassName
{
background-color: #0C2806;
}
.BgClassName
{
background-color: #0C2806;
}
</style>
border-color css
<style>
span { border-color: #0C2806; }
span { border-color: rgb(12,40,6); }
td.TdClassName
{
border-color: #0C2806;
}
.TagClassName
{
border-color: #0C2806;
}
</style>