Shades of Myrtle #0C5507
Tints of Myrtle #0C5507
RGB
CMYK
RGB Variations
Color information
#0C5507 (or 0x0C5507) is known color: Myrtle. HEX triplet: 0C, 55 and 07. RGB value is (12,85,7). Sum of RGB (Red+Green+Blue) = 12+85+7=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 85 (33.59% from 255 or 81.73% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 85 - color contains mainly: green. Hex color #0C5507 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C5507 is #F3AAF8. Grayscale: #363636. Windows color (decimal): -15969017 or 480524. OLE color: 480524.
HSL color Cylindrical-coordinate representation of color #0C5507: hue angle of 116.15º 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 #0C5507 is Cyan = 0.86, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 85 | 7 | - |
| CMYK | 0.86 | 0 | 0.92 | 0.67 |
| HSL | 116.15º | 0.85% | 0.18% | - |
| HSV(B) | 116.15º | 0.92% | 0.33% | - |
| XYZ | 3.44 | 6.59 | 1.29 | - |
| YUV | 54.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 85 | 7 | 0.86 | 0 | 0.92 | 0.67 | 116.15 | 0.85 | 0.18 |
| Hex | C | 55 | 7 | 56 | 0 | 5C | 43 | 74 | 55 | 12 |
| Octal | 14 | 125 | 7 | 126 | 0 | 134 | 103 | 164 | 125 | 22 |
| Binary | 1100 | 1010101 | 111 | 1010110 | 0 | 1011100 | 1000011 | 1110100 | 1010101 | 10010 |
Color Harmonies of #0C5507
Complementary color
Monochromatic Colors of #0C5507
Black with #0C5507
Text Example
Text Example
White with #0C5507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C5507; }
p { color: rgb(12,85,7); }
H1.HeaderClassName
{
color: #0C5507;
}
.AnyTagClassName
{
color: #0C5507;
}
</style>
background-color css
<style>
a { background-color: #0C5507; }
a { background-color: rgb(12,85,7); }
div.DivClassName
{
background-color: #0C5507;
}
.BgClassName
{
background-color: #0C5507;
}
</style>
border-color css
<style>
span { border-color: #0C5507; }
span { border-color: rgb(12,85,7); }
td.TdClassName
{
border-color: #0C5507;
}
.TagClassName
{
border-color: #0C5507;
}
</style>