Shades of Myrtle #0C540C
Tints of Myrtle #0C540C
RGB
CMYK
RGB Variations
Color information
#0C540C (or 0x0C540C) is known color: Myrtle. HEX triplet: 0C, 54 and 0C. RGB value is (12,84,12). Sum of RGB (Red+Green+Blue) = 12+84+12=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 84 (33.20% from 255 or 77.78% from 108); Blue value is 12 (5.08% from 255 or 11.11% from 108); Max value from RGB is 84 - color contains mainly: green. Hex color #0C540C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C540C is #F3ABF3. Grayscale: #363636. Windows color (decimal): -15969268 or 807948. OLE color: 807948.
HSL color Cylindrical-coordinate representation of color #0C540C: hue angle of 120º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0C540C is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 12 | 84 | 12 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.67 |
| HSL | 120º | 0.75% | 0.19% | - |
| HSV(B) | 120º | 0.86% | 0.33% | - |
| XYZ | 3.39 | 6.45 | 1.41 | - |
| YUV | 54.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 84 | 12 | 0.86 | 0 | 0.86 | 0.67 | 120 | 0.75 | 0.19 |
| Hex | C | 54 | C | 56 | 0 | 56 | 43 | 78 | 4B | 13 |
| Octal | 14 | 124 | 14 | 126 | 0 | 126 | 103 | 170 | 113 | 23 |
| Binary | 1100 | 1010100 | 1100 | 1010110 | 0 | 1010110 | 1000011 | 1111000 | 1001011 | 10011 |
Color Harmonies of #0C540C
Complementary color
Monochromatic Colors of #0C540C
Black with #0C540C
Text Example
Text Example
White with #0C540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C540C; }
p { color: rgb(12,84,12); }
H1.HeaderClassName
{
color: #0C540C;
}
.AnyTagClassName
{
color: #0C540C;
}
</style>
background-color css
<style>
a { background-color: #0C540C; }
a { background-color: rgb(12,84,12); }
div.DivClassName
{
background-color: #0C540C;
}
.BgClassName
{
background-color: #0C540C;
}
</style>
border-color css
<style>
span { border-color: #0C540C; }
span { border-color: rgb(12,84,12); }
td.TdClassName
{
border-color: #0C540C;
}
.TagClassName
{
border-color: #0C540C;
}
</style>