Shades of Myrtle #0C5407
Tints of Myrtle #0C5407
RGB
CMYK
RGB Variations
Color information
#0C5407 (or 0x0C5407) is known color: Myrtle. HEX triplet: 0C, 54 and 07. RGB value is (12,84,7). Sum of RGB (Red+Green+Blue) = 12+84+7=103 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.65% from 103); Green value is 84 (33.20% from 255 or 81.55% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 84 - color contains mainly: green. Hex color #0C5407 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5407 is #F3ABF8. Grayscale: #353535. Windows color (decimal): -15969273 or 480268. OLE color: 480268.
HSL color Cylindrical-coordinate representation of color #0C5407: hue angle of 116.1º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5407 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 7 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.67 |
| HSL | 116.1º | 0.85% | 0.18% | - |
| HSV(B) | 116.1º | 0.92% | 0.33% | - |
| XYZ | 3.36 | 6.43 | 1.27 | - |
| YUV | 53.69 | 101.65 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 7 | 0.86 | 0 | 0.92 | 0.67 | 116.1 | 0.85 | 0.18 |
| Hex | C | 54 | 7 | 56 | 0 | 5C | 43 | 74 | 55 | 12 |
| Octal | 14 | 124 | 7 | 126 | 0 | 134 | 103 | 164 | 125 | 22 |
| Binary | 1100 | 1010100 | 111 | 1010110 | 0 | 1011100 | 1000011 | 1110100 | 1010101 | 10010 |
Color Harmonies of #0C5407
Complementary color
Monochromatic Colors of #0C5407
Black with #0C5407
Text Example
Text Example
White with #0C5407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5407; }
p { color: rgb(12,84,7); }
H1.HeaderClassName
{
color: #0C5407;
}
.AnyTagClassName
{
color: #0C5407;
}
</style>
background-color css
<style>
a { background-color: #0C5407; }
a { background-color: rgb(12,84,7); }
div.DivClassName
{
background-color: #0C5407;
}
.BgClassName
{
background-color: #0C5407;
}
</style>
border-color css
<style>
span { border-color: #0C5407; }
span { border-color: rgb(12,84,7); }
td.TdClassName
{
border-color: #0C5407;
}
.TagClassName
{
border-color: #0C5407;
}
</style>