Shades of Myrtle #0C3007
Tints of Myrtle #0C3007
RGB
CMYK
RGB Variations
Color information
#0C3007 (or 0x0C3007) is known color: Myrtle. HEX triplet: 0C, 30 and 07. RGB value is (12,48,7). Sum of RGB (Red+Green+Blue) = 12+48+7=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 48 (19.14% from 255 or 71.64% from 67); Blue value is 7 (3.12% from 255 or 10.45% from 67); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3007 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3007 is #F3CFF8. Grayscale: #202020. Windows color (decimal): -15978489 or 471052. OLE color: 471052.
HSL color Cylindrical-coordinate representation of color #0C3007: hue angle of 112.68º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C3007 is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 48 | 7 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.81 |
| HSL | 112.68º | 0.75% | 0.11% | - |
| HSV(B) | 112.68º | 0.85% | 0.19% | - |
| XYZ | 1.25 | 2.21 | 0.56 | - |
| YUV | 32.56 | 113.57 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 48 | 7 | 0.75 | 0 | 0.85 | 0.81 | 112.68 | 0.75 | 0.11 |
| Hex | C | 30 | 7 | 4B | 0 | 55 | 51 | 71 | 4B | B |
| Octal | 14 | 60 | 7 | 113 | 0 | 125 | 121 | 161 | 113 | 13 |
| Binary | 1100 | 110000 | 111 | 1001011 | 0 | 1010101 | 1010001 | 1110001 | 1001011 | 1011 |
Color Harmonies of #0C3007
Complementary color
Monochromatic Colors of #0C3007
Black with #0C3007
Text Example
Text Example
White with #0C3007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3007; }
p { color: rgb(12,48,7); }
H1.HeaderClassName
{
color: #0C3007;
}
.AnyTagClassName
{
color: #0C3007;
}
</style>
background-color css
<style>
a { background-color: #0C3007; }
a { background-color: rgb(12,48,7); }
div.DivClassName
{
background-color: #0C3007;
}
.BgClassName
{
background-color: #0C3007;
}
</style>
border-color css
<style>
span { border-color: #0C3007; }
span { border-color: rgb(12,48,7); }
td.TdClassName
{
border-color: #0C3007;
}
.TagClassName
{
border-color: #0C3007;
}
</style>