Shades of Myrtle #0C1E06
Tints of Myrtle #0C1E06
RGB
CMYK
RGB Variations
Color information
#0C1E06 (or 0x0C1E06) is known color: Myrtle. HEX triplet: 0C, 1E and 06. RGB value is (12,30,6). Sum of RGB (Red+Green+Blue) = 12+30+6=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 30 (12.11% from 255 or 62.5% from 48); Blue value is 6 (2.73% from 255 or 12.5% from 48); Max value from RGB is 30 - color contains mainly: green. Hex color #0C1E06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1E06 is #F3E1F9. Grayscale: #151515. Windows color (decimal): -15983098 or 400908. OLE color: 400908.
HSL color Cylindrical-coordinate representation of color #0C1E06: hue angle of 105º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C1E06 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 30 | 6 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.88 |
| HSL | 105º | 0.67% | 0.07% | - |
| HSV(B) | 105º | 0.8% | 0.12% | - |
| XYZ | 0.65 | 1.02 | 0.33 | - |
| YUV | 21.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 30 | 6 | 0.60 | 0 | 0.80 | 0.88 | 105 | 0.67 | 0.07 |
| Hex | C | 1E | 6 | 3C | 0 | 50 | 58 | 69 | 43 | 7 |
| Octal | 14 | 36 | 6 | 74 | 0 | 120 | 130 | 151 | 103 | 7 |
| Binary | 1100 | 11110 | 110 | 111100 | 0 | 1010000 | 1011000 | 1101001 | 1000011 | 111 |
Color Harmonies of #0C1E06
Complementary color
Monochromatic Colors of #0C1E06
Black with #0C1E06
Text Example
Text Example
White with #0C1E06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1E06; }
p { color: rgb(12,30,6); }
H1.HeaderClassName
{
color: #0C1E06;
}
.AnyTagClassName
{
color: #0C1E06;
}
</style>
background-color css
<style>
a { background-color: #0C1E06; }
a { background-color: rgb(12,30,6); }
div.DivClassName
{
background-color: #0C1E06;
}
.BgClassName
{
background-color: #0C1E06;
}
</style>
border-color css
<style>
span { border-color: #0C1E06; }
span { border-color: rgb(12,30,6); }
td.TdClassName
{
border-color: #0C1E06;
}
.TagClassName
{
border-color: #0C1E06;
}
</style>