Shades of Myrtle #0C5307
Tints of Myrtle #0C5307
RGB
CMYK
RGB Variations
Color information
#0C5307 (or 0x0C5307) is known color: Myrtle. HEX triplet: 0C, 53 and 07. RGB value is (12,83,7). Sum of RGB (Red+Green+Blue) = 12+83+7=102 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.76% from 102); Green value is 83 (32.81% from 255 or 81.37% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 83 - color contains mainly: green. Hex color #0C5307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5307 is #F3ACF8. Grayscale: #353535. Windows color (decimal): -15969529 or 480012. OLE color: 480012.
HSL color Cylindrical-coordinate representation of color #0C5307: hue angle of 116.05º degrees, saturation: 0.84, 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 #0C5307 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 83 | 7 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.67 |
| HSL | 116.05º | 0.84% | 0.18% | - |
| HSV(B) | 116.05º | 0.92% | 0.33% | - |
| XYZ | 3.28 | 6.28 | 1.24 | - |
| YUV | 53.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 83 | 7 | 0.86 | 0 | 0.92 | 0.67 | 116.05 | 0.84 | 0.18 |
| Hex | C | 53 | 7 | 56 | 0 | 5C | 43 | 74 | 54 | 12 |
| Octal | 14 | 123 | 7 | 126 | 0 | 134 | 103 | 164 | 124 | 22 |
| Binary | 1100 | 1010011 | 111 | 1010110 | 0 | 1011100 | 1000011 | 1110100 | 1010100 | 10010 |
Color Harmonies of #0C5307
Complementary color
Monochromatic Colors of #0C5307
Black with #0C5307
Text Example
Text Example
White with #0C5307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5307; }
p { color: rgb(12,83,7); }
H1.HeaderClassName
{
color: #0C5307;
}
.AnyTagClassName
{
color: #0C5307;
}
</style>
background-color css
<style>
a { background-color: #0C5307; }
a { background-color: rgb(12,83,7); }
div.DivClassName
{
background-color: #0C5307;
}
.BgClassName
{
background-color: #0C5307;
}
</style>
border-color css
<style>
span { border-color: #0C5307; }
span { border-color: rgb(12,83,7); }
td.TdClassName
{
border-color: #0C5307;
}
.TagClassName
{
border-color: #0C5307;
}
</style>