Shades of Myrtle #0C270C
Tints of Myrtle #0C270C
RGB
CMYK
RGB Variations
Color information
#0C270C (or 0x0C270C) is known color: Myrtle. HEX triplet: 0C, 27 and 0C. RGB value is (12,39,12). Sum of RGB (Red+Green+Blue) = 12+39+12=63 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.05% from 63); Green value is 39 (15.62% from 255 or 61.90% from 63); Blue value is 12 (5.08% from 255 or 19.05% from 63); Max value from RGB is 39 - color contains mainly: green. Hex color #0C270C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C270C is #F3D8F3. Grayscale: #1B1B1B. Windows color (decimal): -15980788 or 796428. OLE color: 796428.
HSL color Cylindrical-coordinate representation of color #0C270C: hue angle of 120º degrees, saturation: 0.53, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0C270C is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 39 | 12 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.85 |
| HSL | 120º | 0.53% | 0.1% | - |
| HSV(B) | 120º | 0.69% | 0.15% | - |
| XYZ | 0.94 | 1.56 | 0.6 | - |
| YUV | 27.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 39 | 12 | 0.69 | 0 | 0.69 | 0.85 | 120 | 0.53 | 0.1 |
| Hex | C | 27 | C | 45 | 0 | 45 | 55 | 78 | 35 | A |
| Octal | 14 | 47 | 14 | 105 | 0 | 105 | 125 | 170 | 65 | 12 |
| Binary | 1100 | 100111 | 1100 | 1000101 | 0 | 1000101 | 1010101 | 1111000 | 110101 | 1010 |
Color Harmonies of #0C270C
Complementary color
Monochromatic Colors of #0C270C
Black with #0C270C
Text Example
Text Example
White with #0C270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C270C; }
p { color: rgb(12,39,12); }
H1.HeaderClassName
{
color: #0C270C;
}
.AnyTagClassName
{
color: #0C270C;
}
</style>
background-color css
<style>
a { background-color: #0C270C; }
a { background-color: rgb(12,39,12); }
div.DivClassName
{
background-color: #0C270C;
}
.BgClassName
{
background-color: #0C270C;
}
</style>
border-color css
<style>
span { border-color: #0C270C; }
span { border-color: rgb(12,39,12); }
td.TdClassName
{
border-color: #0C270C;
}
.TagClassName
{
border-color: #0C270C;
}
</style>