Shades of Myrtle #0C5C14
Tints of Myrtle #0C5C14
RGB
CMYK
RGB Variations
Color information
#0C5C14 (or 0x0C5C14) is known color: Myrtle. HEX triplet: 0C, 5C and 14. RGB value is (12,92,20). Sum of RGB (Red+Green+Blue) = 12+92+20=124 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.68% from 124); Green value is 92 (36.33% from 255 or 74.19% from 124); Blue value is 20 (8.20% from 255 or 16.13% from 124); Max value from RGB is 92 - color contains mainly: green. Hex color #0C5C14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5C14 is #F3A3EB. Grayscale: #3C3C3C. Windows color (decimal): -15967212 or 1334284. OLE color: 1334284.
HSL color Cylindrical-coordinate representation of color #0C5C14: hue angle of 126º 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 #0C5C14 is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 12 | 92 | 20 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.64 |
| HSL | 126º | 0.77% | 0.2% | - |
| HSV(B) | 126º | 0.87% | 0.36% | - |
| XYZ | 4.11 | 7.78 | 1.95 | - |
| YUV | 59.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 92 | 20 | 0.87 | 0 | 0.78 | 0.64 | 126 | 0.77 | 0.2 |
| Hex | C | 5C | 14 | 57 | 0 | 4E | 40 | 7E | 4D | 14 |
| Octal | 14 | 134 | 24 | 127 | 0 | 116 | 100 | 176 | 115 | 24 |
| Binary | 1100 | 1011100 | 10100 | 1010111 | 0 | 1001110 | 1000000 | 1111110 | 1001101 | 10100 |
Color Harmonies of #0C5C14
Complementary color
Monochromatic Colors of #0C5C14
Black with #0C5C14
Text Example
Text Example
White with #0C5C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5C14; }
p { color: rgb(12,92,20); }
H1.HeaderClassName
{
color: #0C5C14;
}
.AnyTagClassName
{
color: #0C5C14;
}
</style>
background-color css
<style>
a { background-color: #0C5C14; }
a { background-color: rgb(12,92,20); }
div.DivClassName
{
background-color: #0C5C14;
}
.BgClassName
{
background-color: #0C5C14;
}
</style>
border-color css
<style>
span { border-color: #0C5C14; }
span { border-color: rgb(12,92,20); }
td.TdClassName
{
border-color: #0C5C14;
}
.TagClassName
{
border-color: #0C5C14;
}
</style>