Shades of Myrtle #0C580C
Tints of Myrtle #0C580C
RGB
CMYK
RGB Variations
Color information
#0C580C (or 0x0C580C) is known color: Myrtle. HEX triplet: 0C, 58 and 0C. RGB value is (12,88,12). Sum of RGB (Red+Green+Blue) = 12+88+12=112 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.71% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #0C580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C580C is #F3A7F3. Grayscale: #383838. Windows color (decimal): -15968244 or 808972. OLE color: 808972.
HSL color Cylindrical-coordinate representation of color #0C580C: hue angle of 120º 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 #0C580C is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 12 | 88 | 12 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.65 |
| HSL | 120º | 0.76% | 0.2% | - |
| HSV(B) | 120º | 0.86% | 0.35% | - |
| XYZ | 3.71 | 7.08 | 1.52 | - |
| YUV | 56.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 88 | 12 | 0.86 | 0 | 0.86 | 0.65 | 120 | 0.76 | 0.2 |
| Hex | C | 58 | C | 56 | 0 | 56 | 41 | 78 | 4C | 14 |
| Octal | 14 | 130 | 14 | 126 | 0 | 126 | 101 | 170 | 114 | 24 |
| Binary | 1100 | 1011000 | 1100 | 1010110 | 0 | 1010110 | 1000001 | 1111000 | 1001100 | 10100 |
Color Harmonies of #0C580C
Complementary color
Monochromatic Colors of #0C580C
Black with #0C580C
Text Example
Text Example
White with #0C580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C580C; }
p { color: rgb(12,88,12); }
H1.HeaderClassName
{
color: #0C580C;
}
.AnyTagClassName
{
color: #0C580C;
}
</style>
background-color css
<style>
a { background-color: #0C580C; }
a { background-color: rgb(12,88,12); }
div.DivClassName
{
background-color: #0C580C;
}
.BgClassName
{
background-color: #0C580C;
}
</style>
border-color css
<style>
span { border-color: #0C580C; }
span { border-color: rgb(12,88,12); }
td.TdClassName
{
border-color: #0C580C;
}
.TagClassName
{
border-color: #0C580C;
}
</style>