Shades of Myrtle #0C4F07
Tints of Myrtle #0C4F07
RGB
CMYK
RGB Variations
Color information
#0C4F07 (or 0x0C4F07) is known color: Myrtle. HEX triplet: 0C, 4F and 07. RGB value is (12,79,7). Sum of RGB (Red+Green+Blue) = 12+79+7=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 79 (31.25% from 255 or 80.61% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 79 - color contains mainly: green. Hex color #0C4F07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C4F07 is #F3B0F8. Grayscale: #323232. Windows color (decimal): -15970553 or 478988. OLE color: 478988.
HSL color Cylindrical-coordinate representation of color #0C4F07: hue angle of 115.83º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4F07 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 12 | 79 | 7 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.69 |
| HSL | 115.83º | 0.84% | 0.17% | - |
| HSV(B) | 115.83º | 0.91% | 0.31% | - |
| XYZ | 2.99 | 5.69 | 1.14 | - |
| YUV | 50.76 | 103.3 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 79 | 7 | 0.85 | 0 | 0.91 | 0.69 | 115.83 | 0.84 | 0.17 |
| Hex | C | 4F | 7 | 55 | 0 | 5B | 45 | 74 | 54 | 11 |
| Octal | 14 | 117 | 7 | 125 | 0 | 133 | 105 | 164 | 124 | 21 |
| Binary | 1100 | 1001111 | 111 | 1010101 | 0 | 1011011 | 1000101 | 1110100 | 1010100 | 10001 |
Color Harmonies of #0C4F07
Complementary color
Monochromatic Colors of #0C4F07
Black with #0C4F07
Text Example
Text Example
White with #0C4F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4F07; }
p { color: rgb(12,79,7); }
H1.HeaderClassName
{
color: #0C4F07;
}
.AnyTagClassName
{
color: #0C4F07;
}
</style>
background-color css
<style>
a { background-color: #0C4F07; }
a { background-color: rgb(12,79,7); }
div.DivClassName
{
background-color: #0C4F07;
}
.BgClassName
{
background-color: #0C4F07;
}
</style>
border-color css
<style>
span { border-color: #0C4F07; }
span { border-color: rgb(12,79,7); }
td.TdClassName
{
border-color: #0C4F07;
}
.TagClassName
{
border-color: #0C4F07;
}
</style>