Shades of Myrtle #0C5116
Tints of Myrtle #0C5116
RGB
CMYK
RGB Variations
Color information
#0C5116 (or 0x0C5116) is known color: Myrtle. HEX triplet: 0C, 51 and 16. RGB value is (12,81,22). Sum of RGB (Red+Green+Blue) = 12+81+22=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 22 (8.98% from 255 or 19.13% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #0C5116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5116 is #F3AEE9. Grayscale: #353535. Windows color (decimal): -15970026 or 1462540. OLE color: 1462540.
HSL color Cylindrical-coordinate representation of color #0C5116: hue angle of 128.7º 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 #0C5116 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 12 | 81 | 22 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.68 |
| HSL | 128.7º | 0.74% | 0.18% | - |
| HSV(B) | 128.7º | 0.85% | 0.32% | - |
| XYZ | 3.24 | 6.02 | 1.75 | - |
| YUV | 53.64 | 110.14 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 81 | 22 | 0.85 | 0 | 0.73 | 0.68 | 128.7 | 0.74 | 0.18 |
| Hex | C | 51 | 16 | 55 | 0 | 49 | 44 | 81 | 4A | 12 |
| Octal | 14 | 121 | 26 | 125 | 0 | 111 | 104 | 201 | 112 | 22 |
| Binary | 1100 | 1010001 | 10110 | 1010101 | 0 | 1001001 | 1000100 | 10000001 | 1001010 | 10010 |
Color Harmonies of #0C5116
Complementary color
Monochromatic Colors of #0C5116
Black with #0C5116
Text Example
Text Example
White with #0C5116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5116; }
p { color: rgb(12,81,22); }
H1.HeaderClassName
{
color: #0C5116;
}
.AnyTagClassName
{
color: #0C5116;
}
</style>
background-color css
<style>
a { background-color: #0C5116; }
a { background-color: rgb(12,81,22); }
div.DivClassName
{
background-color: #0C5116;
}
.BgClassName
{
background-color: #0C5116;
}
</style>
border-color css
<style>
span { border-color: #0C5116; }
span { border-color: rgb(12,81,22); }
td.TdClassName
{
border-color: #0C5116;
}
.TagClassName
{
border-color: #0C5116;
}
</style>