Shades of Myrtle #0C580F
Tints of Myrtle #0C580F
RGB
CMYK
RGB Variations
Color information
#0C580F (or 0x0C580F) is known color: Myrtle. HEX triplet: 0C, 58 and 0F. RGB value is (12,88,15). Sum of RGB (Red+Green+Blue) = 12+88+15=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 88 (34.77% from 255 or 76.52% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 88 - color contains mainly: green. Hex color #0C580F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C580F is #F3A7F0. Grayscale: #393939. Windows color (decimal): -15968241 or 1005580. OLE color: 1005580.
HSL color Cylindrical-coordinate representation of color #0C580F: hue angle of 122.37º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C580F is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 15 | - |
| CMYK | 0.86 | 0 | 0.83 | 0.65 |
| HSL | 122.37º | 0.76% | 0.2% | - |
| HSV(B) | 122.37º | 0.86% | 0.35% | - |
| XYZ | 3.73 | 7.09 | 1.62 | - |
| YUV | 56.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 15 | 0.86 | 0 | 0.83 | 0.65 | 122.37 | 0.76 | 0.2 |
| Hex | C | 58 | F | 56 | 0 | 53 | 41 | 7A | 4C | 14 |
| Octal | 14 | 130 | 17 | 126 | 0 | 123 | 101 | 172 | 114 | 24 |
| Binary | 1100 | 1011000 | 1111 | 1010110 | 0 | 1010011 | 1000001 | 1111010 | 1001100 | 10100 |
Color Harmonies of #0C580F
Complementary color
Monochromatic Colors of #0C580F
Black with #0C580F
Text Example
Text Example
White with #0C580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C580F; }
p { color: rgb(12,88,15); }
H1.HeaderClassName
{
color: #0C580F;
}
.AnyTagClassName
{
color: #0C580F;
}
</style>
background-color css
<style>
a { background-color: #0C580F; }
a { background-color: rgb(12,88,15); }
div.DivClassName
{
background-color: #0C580F;
}
.BgClassName
{
background-color: #0C580F;
}
</style>
border-color css
<style>
span { border-color: #0C580F; }
span { border-color: rgb(12,88,15); }
td.TdClassName
{
border-color: #0C580F;
}
.TagClassName
{
border-color: #0C580F;
}
</style>