Shades of Myrtle #0C5114
Tints of Myrtle #0C5114
RGB
CMYK
RGB Variations
Color information
#0C5114 (or 0x0C5114) is known color: Myrtle. HEX triplet: 0C, 51 and 14. RGB value is (12,81,20). Sum of RGB (Red+Green+Blue) = 12+81+20=113 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.62% from 113); Green value is 81 (32.03% from 255 or 71.68% from 113); Blue value is 20 (8.20% from 255 or 17.70% from 113); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5114 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5114 is #F3AEEB. Grayscale: #353535. Windows color (decimal): -15970028 or 1331468. OLE color: 1331468.
HSL color Cylindrical-coordinate representation of color #0C5114: hue angle of 126.96º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C5114 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 81 | 20 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.68 |
| HSL | 126.96º | 0.74% | 0.18% | - |
| HSV(B) | 126.96º | 0.85% | 0.32% | - |
| XYZ | 3.22 | 6.01 | 1.65 | - |
| YUV | 53.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 20 | 0.85 | 0 | 0.75 | 0.68 | 126.96 | 0.74 | 0.18 |
| Hex | C | 51 | 14 | 55 | 0 | 4B | 44 | 7F | 4A | 12 |
| Octal | 14 | 121 | 24 | 125 | 0 | 113 | 104 | 177 | 112 | 22 |
| Binary | 1100 | 1010001 | 10100 | 1010101 | 0 | 1001011 | 1000100 | 1111111 | 1001010 | 10010 |
Color Harmonies of #0C5114
Complementary color
Monochromatic Colors of #0C5114
Black with #0C5114
Text Example
Text Example
White with #0C5114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5114; }
p { color: rgb(12,81,20); }
H1.HeaderClassName
{
color: #0C5114;
}
.AnyTagClassName
{
color: #0C5114;
}
</style>
background-color css
<style>
a { background-color: #0C5114; }
a { background-color: rgb(12,81,20); }
div.DivClassName
{
background-color: #0C5114;
}
.BgClassName
{
background-color: #0C5114;
}
</style>
border-color css
<style>
span { border-color: #0C5114; }
span { border-color: rgb(12,81,20); }
td.TdClassName
{
border-color: #0C5114;
}
.TagClassName
{
border-color: #0C5114;
}
</style>