Shades of Myrtle #0C5B12
Tints of Myrtle #0C5B12
RGB
CMYK
RGB Variations
Color information
#0C5B12 (or 0x0C5B12) is known color: Myrtle. HEX triplet: 0C, 5B and 12. RGB value is (12,91,18). Sum of RGB (Red+Green+Blue) = 12+91+18=121 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.92% from 121); Green value is 91 (35.94% from 255 or 75.21% from 121); Blue value is 18 (7.42% from 255 or 14.88% from 121); Max value from RGB is 91 - color contains mainly: green. Hex color #0C5B12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5B12 is #F3A4ED. Grayscale: #3B3B3B. Windows color (decimal): -15967470 or 1202956. OLE color: 1202956.
HSL color Cylindrical-coordinate representation of color #0C5B12: hue angle of 124.56º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0C5B12 is Cyan = 0.87, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 91 | 18 | - |
| CMYK | 0.87 | 0 | 0.80 | 0.64 |
| HSL | 124.56º | 0.77% | 0.2% | - |
| HSV(B) | 124.56º | 0.87% | 0.36% | - |
| XYZ | 4 | 7.6 | 1.83 | - |
| YUV | 59.06 | 104.83 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 91 | 18 | 0.87 | 0 | 0.80 | 0.64 | 124.56 | 0.77 | 0.2 |
| Hex | C | 5B | 12 | 57 | 0 | 50 | 40 | 7D | 4D | 14 |
| Octal | 14 | 133 | 22 | 127 | 0 | 120 | 100 | 175 | 115 | 24 |
| Binary | 1100 | 1011011 | 10010 | 1010111 | 0 | 1010000 | 1000000 | 1111101 | 1001101 | 10100 |
Color Harmonies of #0C5B12
Complementary color
Monochromatic Colors of #0C5B12
Black with #0C5B12
Text Example
Text Example
White with #0C5B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5B12; }
p { color: rgb(12,91,18); }
H1.HeaderClassName
{
color: #0C5B12;
}
.AnyTagClassName
{
color: #0C5B12;
}
</style>
background-color css
<style>
a { background-color: #0C5B12; }
a { background-color: rgb(12,91,18); }
div.DivClassName
{
background-color: #0C5B12;
}
.BgClassName
{
background-color: #0C5B12;
}
</style>
border-color css
<style>
span { border-color: #0C5B12; }
span { border-color: rgb(12,91,18); }
td.TdClassName
{
border-color: #0C5B12;
}
.TagClassName
{
border-color: #0C5B12;
}
</style>