Shades of Myrtle #0C5805
Tints of Myrtle #0C5805
RGB
CMYK
RGB Variations
Color information
#0C5805 (or 0x0C5805) is known color: Myrtle. HEX triplet: 0C, 58 and 05. RGB value is (12,88,5). Sum of RGB (Red+Green+Blue) = 12+88+5=105 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.43% from 105); Green value is 88 (34.77% from 255 or 83.81% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 88 - color contains mainly: green. Hex color #0C5805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5805 is #F3A7FA. Grayscale: #383838. Windows color (decimal): -15968251 or 350220. OLE color: 350220.
HSL color Cylindrical-coordinate representation of color #0C5805: hue angle of 114.94º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5805 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 5 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.65 |
| HSL | 114.94º | 0.89% | 0.18% | - |
| HSV(B) | 114.94º | 0.94% | 0.35% | - |
| XYZ | 3.67 | 7.07 | 1.31 | - |
| YUV | 55.81 | 99.32 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 5 | 0.86 | 0 | 0.94 | 0.65 | 114.94 | 0.89 | 0.18 |
| Hex | C | 58 | 5 | 56 | 0 | 5E | 41 | 73 | 59 | 12 |
| Octal | 14 | 130 | 5 | 126 | 0 | 136 | 101 | 163 | 131 | 22 |
| Binary | 1100 | 1011000 | 101 | 1010110 | 0 | 1011110 | 1000001 | 1110011 | 1011001 | 10010 |
Color Harmonies of #0C5805
Complementary color
Monochromatic Colors of #0C5805
Black with #0C5805
Text Example
Text Example
White with #0C5805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5805; }
p { color: rgb(12,88,5); }
H1.HeaderClassName
{
color: #0C5805;
}
.AnyTagClassName
{
color: #0C5805;
}
</style>
background-color css
<style>
a { background-color: #0C5805; }
a { background-color: rgb(12,88,5); }
div.DivClassName
{
background-color: #0C5805;
}
.BgClassName
{
background-color: #0C5805;
}
</style>
border-color css
<style>
span { border-color: #0C5805; }
span { border-color: rgb(12,88,5); }
td.TdClassName
{
border-color: #0C5805;
}
.TagClassName
{
border-color: #0C5805;
}
</style>