Shades of Myrtle #070C06
Tints of Myrtle #070C06
RGB
CMYK
RGB Variations
Color information
#070C06 (or 0x070C06) is known color: Myrtle. HEX triplet: 07, 0C and 06. RGB value is (7,12,6). Sum of RGB (Red+Green+Blue) = 7+12+6=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #070C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C06 is #F8F3F9. Grayscale: #090909. Windows color (decimal): -16315386 or 396295. OLE color: 396295.
HSL color Cylindrical-coordinate representation of color #070C06: hue angle of 110º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070C06 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 7 | 12 | 6 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.95 |
| HSL | 110º | 0.33% | 0.04% | - |
| HSV(B) | 110º | 0.5% | 0.05% | - |
| XYZ | 0.25 | 0.32 | 0.22 | - |
| YUV | 9.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 6 | 0.42 | 0 | 0.50 | 0.95 | 110 | 0.33 | 0.04 |
| Hex | 7 | C | 6 | 2A | 0 | 32 | 5F | 6E | 21 | 4 |
| Octal | 7 | 14 | 6 | 52 | 0 | 62 | 137 | 156 | 41 | 4 |
| Binary | 111 | 1100 | 110 | 101010 | 0 | 110010 | 1011111 | 1101110 | 100001 | 100 |
Color Harmonies of #070C06
Complementary color
Monochromatic Colors of #070C06
Black with #070C06
Text Example
Text Example
White with #070C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C06; }
p { color: rgb(7,12,6); }
H1.HeaderClassName
{
color: #070C06;
}
.AnyTagClassName
{
color: #070C06;
}
</style>
background-color css
<style>
a { background-color: #070C06; }
a { background-color: rgb(7,12,6); }
div.DivClassName
{
background-color: #070C06;
}
.BgClassName
{
background-color: #070C06;
}
</style>
border-color css
<style>
span { border-color: #070C06; }
span { border-color: rgb(7,12,6); }
td.TdClassName
{
border-color: #070C06;
}
.TagClassName
{
border-color: #070C06;
}
</style>