Shades of Myrtle #0C2506
Tints of Myrtle #0C2506
RGB
CMYK
RGB Variations
Color information
#0C2506 (or 0x0C2506) is known color: Myrtle. HEX triplet: 0C, 25 and 06. RGB value is (12,37,6). Sum of RGB (Red+Green+Blue) = 12+37+6=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 37 (14.84% from 255 or 67.27% from 55); Blue value is 6 (2.73% from 255 or 10.91% from 55); Max value from RGB is 37 - color contains mainly: green. Hex color #0C2506 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2506 is #F3DAF9. Grayscale: #1A1A1A. Windows color (decimal): -15981306 or 402700. OLE color: 402700.
HSL color Cylindrical-coordinate representation of color #0C2506: hue angle of 108.39º degrees, saturation: 0.72, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C2506 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 37 | 6 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.85 |
| HSL | 108.39º | 0.72% | 0.08% | - |
| HSV(B) | 108.39º | 0.84% | 0.15% | - |
| XYZ | 0.85 | 1.41 | 0.4 | - |
| YUV | 25.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 6 | 0.68 | 0 | 0.84 | 0.85 | 108.39 | 0.72 | 0.08 |
| Hex | C | 25 | 6 | 44 | 0 | 54 | 55 | 6C | 48 | 8 |
| Octal | 14 | 45 | 6 | 104 | 0 | 124 | 125 | 154 | 110 | 10 |
| Binary | 1100 | 100101 | 110 | 1000100 | 0 | 1010100 | 1010101 | 1101100 | 1001000 | 1000 |
Color Harmonies of #0C2506
Complementary color
Monochromatic Colors of #0C2506
Black with #0C2506
Text Example
Text Example
White with #0C2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2506; }
p { color: rgb(12,37,6); }
H1.HeaderClassName
{
color: #0C2506;
}
.AnyTagClassName
{
color: #0C2506;
}
</style>
background-color css
<style>
a { background-color: #0C2506; }
a { background-color: rgb(12,37,6); }
div.DivClassName
{
background-color: #0C2506;
}
.BgClassName
{
background-color: #0C2506;
}
</style>
border-color css
<style>
span { border-color: #0C2506; }
span { border-color: rgb(12,37,6); }
td.TdClassName
{
border-color: #0C2506;
}
.TagClassName
{
border-color: #0C2506;
}
</style>