Shades of Myrtle #0C5A05
Tints of Myrtle #0C5A05
RGB
CMYK
RGB Variations
Color information
#0C5A05 (or 0x0C5A05) is known color: Myrtle. HEX triplet: 0C, 5A and 05. RGB value is (12,90,5). Sum of RGB (Red+Green+Blue) = 12+90+5=107 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.21% from 107); Green value is 90 (35.55% from 255 or 84.11% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 90 - color contains mainly: green. Hex color #0C5A05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5A05 is #F3A5FA. Grayscale: #393939. Windows color (decimal): -15967739 or 350732. OLE color: 350732.
HSL color Cylindrical-coordinate representation of color #0C5A05: hue angle of 115.06º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C5A05 is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 90 | 5 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.65 |
| HSL | 115.06º | 0.89% | 0.19% | - |
| HSV(B) | 115.06º | 0.94% | 0.35% | - |
| XYZ | 3.84 | 7.4 | 1.37 | - |
| YUV | 56.99 | 98.66 | 95.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 90 | 5 | 0.87 | 0 | 0.94 | 0.65 | 115.06 | 0.89 | 0.19 |
| Hex | C | 5A | 5 | 57 | 0 | 5E | 41 | 73 | 59 | 13 |
| Octal | 14 | 132 | 5 | 127 | 0 | 136 | 101 | 163 | 131 | 23 |
| Binary | 1100 | 1011010 | 101 | 1010111 | 0 | 1011110 | 1000001 | 1110011 | 1011001 | 10011 |
Color Harmonies of #0C5A05
Complementary color
Monochromatic Colors of #0C5A05
Black with #0C5A05
Text Example
Text Example
White with #0C5A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5A05; }
p { color: rgb(12,90,5); }
H1.HeaderClassName
{
color: #0C5A05;
}
.AnyTagClassName
{
color: #0C5A05;
}
</style>
background-color css
<style>
a { background-color: #0C5A05; }
a { background-color: rgb(12,90,5); }
div.DivClassName
{
background-color: #0C5A05;
}
.BgClassName
{
background-color: #0C5A05;
}
</style>
border-color css
<style>
span { border-color: #0C5A05; }
span { border-color: rgb(12,90,5); }
td.TdClassName
{
border-color: #0C5A05;
}
.TagClassName
{
border-color: #0C5A05;
}
</style>